projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3151c2
)
Add note that partial indices are not currently supported.
author
Tom Lane
Sun, 18 Feb 2001 06:07:37 +0000
(06:07 +0000)
committer
Tom Lane
Sun, 18 Feb 2001 06:07:37 +0000
(06:07 +0000)
doc/src/sgml/indices.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/indices.sgml
b/doc/src/sgml/indices.sgml
index ca472da29cf5d268813b4e30f89d1a69e043ef7e..db9865931843131787c09ab794ee9ce6933dcac0 100644
(file)
--- a/
doc/src/sgml/indices.sgml
+++ b/
doc/src/sgml/indices.sgml
@@
-335,6
+335,17
@@
CREATE MEMSTORE ON <table> COLUMNS <cols>
+
+
Note
+
+ Partial indices are not currently supported by
+
PostgreSQL
, but they were once supported
+ by its predecessor
Postgres
, and much
+ of the code is still there. We hope to revive support for this
+ feature someday.
+
+
+
A
partial index
is an index built over a subset of a table; the subset is defined by