mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-27 08:39:28 +08:00
Place GiST and GIN text search indexes as secondary items under the main
"index" entries for GIN/GiST.
This commit is contained in:
parent
9907b2a74c
commit
a8b5d6dc26
@ -1824,11 +1824,10 @@ SHOW default_text_search_config;
|
||||
<secondary>GiST</secondary>
|
||||
</indexterm>
|
||||
|
||||
<!--
|
||||
<indexterm zone="textsearch-indexes">
|
||||
<primary>GiST</primary>
|
||||
<secondary>text search</secondary>
|
||||
</indexterm>
|
||||
-->
|
||||
<term>
|
||||
<synopsis>
|
||||
CREATE INDEX <replaceable>name</replaceable> ON <replaceable>table</replaceable> USING gist(<replaceable>column</replaceable>);
|
||||
@ -1851,11 +1850,11 @@ SHOW default_text_search_config;
|
||||
<secondary>GIN</secondary>
|
||||
</indexterm>
|
||||
|
||||
<!--
|
||||
<indexterm zone="textsearch-indexes">
|
||||
<primary>GIN</primary>
|
||||
<secondary>text search</secondary>
|
||||
</indexterm>
|
||||
-->
|
||||
|
||||
<term>
|
||||
<synopsis>
|
||||
CREATE INDEX <replaceable>name</replaceable> ON <replaceable>table</replaceable> USING gin(<replaceable>column</replaceable>);
|
||||
|
Loading…
Reference in New Issue
Block a user