Add note that partial indices are not currently supported.

This commit is contained in:
Tom Lane 2001-02-18 06:07:37 +00:00
parent c3151c29de
commit df8186b282
1 changed files with 11 additions and 0 deletions

View File

@ -335,6 +335,17 @@ CREATE MEMSTORE ON <table> COLUMNS <cols>
</para>
</note>
<note>
<title>Note</title>
<para>
Partial indices are not currently supported by
<productname>PostgreSQL</productname>, but they were once supported
by its predecessor <productname>Postgres</productname>, and much
of the code is still there. We hope to revive support for this
feature someday.
</para>
</note>
<para>
A <firstterm>partial index</firstterm>
is an index built over a subset of a table; the subset is defined by