8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3151c2 commit df8186bCopy full SHA for df8186b
doc/src/sgml/indices.sgml
@@ -335,6 +335,17 @@ CREATE MEMSTORE ON <table> COLUMNS <cols>
335
</para>
336
</note>
337
338
+ <note>
339
+ <title>Note</title>
340
+ <para>
341
+ Partial indices are not currently supported by
342
+ <productname>PostgreSQL</productname>, but they were once supported
343
+ by its predecessor <productname>Postgres</productname>, and much
344
+ of the code is still there. We hope to revive support for this
345
+ feature someday.
346
+ </para>
347
+ </note>
348
+
349
<para>
350
A <firstterm>partial index</firstterm>
351
is an index built over a subset of a table; the subset is defined by
0 commit comments