Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f60104d

Browse files
df7cbmsdemlei
authored andcommittedApr 22, 2021
doc: Fix syntax of CREATE INDEX statement
1 parent 59d7825 commit f60104d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎doc/indices.sgm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<![CDATA[ pos spoint NOT NULL]]>
6363
<![CDATA[);]]>
6464
<![CDATA[-- Put in data now]]>
65-
<![CDATA[CREATE INDEX test_pos_idx USING GIST ON test (pos);]]>
65+
<![CDATA[CREATE INDEX test_pos_idx ON test USING GIST (pos);]]>
6666
<![CDATA[VACUUM ANALYZE test;]]>
6767
</programlisting>
6868
</example>

0 commit comments

Comments
 (0)
Please sign in to comment.