1
0
mirror of https://github.com/postgres/postgres.git synced 2025-12-22 17:42:17 +03:00

Assorted editing for collation documentation.

I made a pass over this to familiarize myself with the feature, and found
some things that could be improved.
This commit is contained in:
Tom Lane
2011-03-08 17:10:34 -05:00
parent 4502c8e1c0
commit a612b17120
4 changed files with 118 additions and 88 deletions

View File

@@ -94,7 +94,7 @@ DROP COLLATION german;
<para>
The <command>DROP COLLATION</command> command conforms to the
<acronym>SQL</acronym> standard, apart from the <literal>IF
EXISTS</> option, which is a <productname>PostgreSQL</> extension..
EXISTS</> option, which is a <productname>PostgreSQL</> extension.
</para>
</refsect1>