projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68e4099
)
Make Gin/Gist text search tertiary index entries in the documentation.
author
Bruce Momjian
Fri, 31 Aug 2007 20:55:57 +0000
(20:55 +0000)
committer
Bruce Momjian
Fri, 31 Aug 2007 20:55:57 +0000
(20:55 +0000)
doc/src/sgml/textsearch.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/textsearch.sgml
b/doc/src/sgml/textsearch.sgml
index f3e8d25e67e4fe1a3d75fb7d1e1b001d8c58c4df..b165011bc8d38decf4228691a48b3743409c1d66 100644
(file)
--- a/
doc/src/sgml/textsearch.sgml
+++ b/
doc/src/sgml/textsearch.sgml
@@
-1825,9
+1825,11
@@
SHOW default_text_search_config;
-
GiST
-
text search
+
index
+
GiST
+
text search
+
CREATE INDEX
name
ON
table
USING gist(
column
);
@@
-1851,8
+1853,9
@@
SHOW default_text_search_config;
-
GIN
-
text search
+
index
+
GIN
+
text search