Skip to content
Snippets Groups Projects
Commit df6d0331 authored by Peter Eisentraut's avatar Peter Eisentraut
Browse files

Put options in more alphabetical order

parent 94a8fde4
No related branches found
No related tags found
No related merge requests found
...@@ -106,6 +106,19 @@ PostgreSQL documentation ...@@ -106,6 +106,19 @@ PostgreSQL documentation
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry>
<term><option>-E <replaceable class="parameter">encoding</replaceable></></term>
<term><option>--encoding=<replaceable class="parameter">encoding</replaceable></></term>
<listitem>
<para>
Specifies the character encoding scheme to be used in this
database. The character sets supported by the
<productname>PostgreSQL</productname> server are described in
<xref linkend="multibyte-charset-supported">.
</para>
</listitem>
</varlistentry>
<varlistentry> <varlistentry>
<term><option>-l <replaceable class="parameter">locale</replaceable></></term> <term><option>-l <replaceable class="parameter">locale</replaceable></></term>
<term><option>--locale=<replaceable class="parameter">locale</replaceable></></term> <term><option>--locale=<replaceable class="parameter">locale</replaceable></></term>
...@@ -135,19 +148,6 @@ PostgreSQL documentation ...@@ -135,19 +148,6 @@ PostgreSQL documentation
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry>
<term><option>-E <replaceable class="parameter">encoding</replaceable></></term>
<term><option>--encoding=<replaceable class="parameter">encoding</replaceable></></term>
<listitem>
<para>
Specifies the character encoding scheme to be used in this
database. The character sets supported by the
<productname>PostgreSQL</productname> server are described in
<xref linkend="multibyte-charset-supported">.
</para>
</listitem>
</varlistentry>
<varlistentry> <varlistentry>
<term><option>-O <replaceable class="parameter">owner</replaceable></></term> <term><option>-O <replaceable class="parameter">owner</replaceable></></term>
<term><option>--owner=<replaceable class="parameter">owner</replaceable></></term> <term><option>--owner=<replaceable class="parameter">owner</replaceable></></term>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment