Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6e832b0

Browse filesBrowse files
committed
Fix docs so indexes can be built by commenting out GiST/GIN index
entries in textsearch.sgml.
1 parent 79048ca commit 6e832b0
Copy full SHA for 6e832b0

File tree

Expand file treeCollapse file tree

1 file changed

+6
-4
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+6
-4
lines changed

‎doc/src/sgml/textsearch.sgml

Copy file name to clipboardExpand all lines: doc/src/sgml/textsearch.sgml
+6-4Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1822,13 +1822,14 @@ SHOW default_text_search_config;
18221822

18231823
<indexterm zone="textsearch-indexes">
18241824
<primary>text search</primary>
1825-
<secondary>GIST</secondary>
1825+
<secondary>GiST</secondary>
18261826
</indexterm>
18271827

1828+
<!--
18281829
<indexterm zone="textsearch-indexes">
1829-
<primary>GIST</primary>
1830+
<primary>GiST</primary>
18301831
</indexterm>
1831-
1832+
-->
18321833
<term>
18331834
<synopsis>
18341835
CREATE INDEX <replaceable>name</replaceable> ON <replaceable>table</replaceable> USING gist(<replaceable>column</replaceable>);
@@ -1851,10 +1852,11 @@ SHOW default_text_search_config;
18511852
<secondary>GIN</secondary>
18521853
</indexterm>
18531854

1855+
<!--
18541856
<indexterm zone="textsearch-indexes">
18551857
<primary>GIN</primary>
18561858
</indexterm>
1857-
1859+
-->
18581860
<term>
18591861
<synopsis>
18601862
CREATE INDEX <replaceable>name</replaceable> ON <replaceable>table</replaceable> USING gin(<replaceable>column</replaceable>);

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.