mirror of
https://github.com/postgres/postgres.git
synced 2025-12-19 17:02:53 +03:00
doc: Put new options in right order on reference pages
This commit is contained in:
@@ -650,17 +650,6 @@ PostgreSQL documentation
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><option>--if-exists</option></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Use conditional commands (i.e. add an <literal>IF EXISTS</literal>
|
||||
clause) when cleaning database objects. This option is not valid
|
||||
unless <option>--clean</> is also specified.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><option>--disable-dollar-quoting</></term>
|
||||
<listitem>
|
||||
@@ -716,6 +705,17 @@ PostgreSQL documentation
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><option>--if-exists</option></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Use conditional commands (i.e. add an <literal>IF EXISTS</literal>
|
||||
clause) when cleaning database objects. This option is not valid
|
||||
unless <option>--clean</> is also specified.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><option>--inserts</option></term>
|
||||
<listitem>
|
||||
|
||||
Reference in New Issue
Block a user