mirror of
https://github.com/postgres/postgres.git
synced 2025-06-26 12:21:12 +03:00
docs: consistently uppercase index method and add spacing
Consistently uppercase index method names, e.g. GIN, and add space after the index method name and the parentheses enclosing the column names.
This commit is contained in:
@ -220,7 +220,7 @@
|
||||
To use it, mention the class name in <command>CREATE INDEX</>,
|
||||
for example
|
||||
<programlisting>
|
||||
CREATE INDEX ON my_table USING gist (my_inet_column inet_ops);
|
||||
CREATE INDEX ON my_table USING GIST (my_inet_column inet_ops);
|
||||
</programlisting>
|
||||
</para>
|
||||
|
||||
|
Reference in New Issue
Block a user