Commit 124966c1 authored by Peter Eisentraut's avatar Peter Eisentraut

Put some psql documentation pieces back into alphabetical order

parent 6d0eb385
...@@ -3873,23 +3873,23 @@ bar ...@@ -3873,23 +3873,23 @@ bar
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term><varname>HIDE_TOAST_COMPRESSION</varname></term> <term><varname>HIDE_TABLEAM</varname></term>
<listitem> <listitem>
<para> <para>
If this variable is set to <literal>true</literal>, column If this variable is set to <literal>true</literal>, a table's access
compression method details are not displayed. This is mainly method details are not displayed. This is mainly useful for
useful for regression tests. regression tests.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term><varname>HIDE_TABLEAM</varname></term> <term><varname>HIDE_TOAST_COMPRESSION</varname></term>
<listitem> <listitem>
<para> <para>
If this variable is set to <literal>true</literal>, a table's access If this variable is set to <literal>true</literal>, column
method details are not displayed. This is mainly useful for compression method details are not displayed. This is mainly
regression tests. useful for regression tests.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>
......
...@@ -374,10 +374,10 @@ helpVariables(unsigned short int pager) ...@@ -374,10 +374,10 @@ helpVariables(unsigned short int pager)
" true if last query failed, else false\n")); " true if last query failed, else false\n"));
fprintf(output, _(" FETCH_COUNT\n" fprintf(output, _(" FETCH_COUNT\n"
" the number of result rows to fetch and display at a time (0 = unlimited)\n")); " the number of result rows to fetch and display at a time (0 = unlimited)\n"));
fprintf(output, _(" HIDE_TOAST_COMPRESSION\n"
" if set, compression methods are not displayed\n"));
fprintf(output, _(" HIDE_TABLEAM\n" fprintf(output, _(" HIDE_TABLEAM\n"
" if set, table access methods are not displayed\n")); " if set, table access methods are not displayed\n"));
fprintf(output, _(" HIDE_TOAST_COMPRESSION\n"
" if set, compression methods are not displayed\n"));
fprintf(output, _(" HISTCONTROL\n" fprintf(output, _(" HISTCONTROL\n"
" controls command history [ignorespace, ignoredups, ignoreboth]\n")); " controls command history [ignorespace, ignoredups, ignoreboth]\n"));
fprintf(output, _(" HISTFILE\n" fprintf(output, _(" HISTFILE\n"
...@@ -489,10 +489,10 @@ helpVariables(unsigned short int pager) ...@@ -489,10 +489,10 @@ helpVariables(unsigned short int pager)
" same as the dbname connection parameter\n")); " same as the dbname connection parameter\n"));
fprintf(output, _(" PGHOST\n" fprintf(output, _(" PGHOST\n"
" same as the host connection parameter\n")); " same as the host connection parameter\n"));
fprintf(output, _(" PGPASSWORD\n"
" connection password (not recommended)\n"));
fprintf(output, _(" PGPASSFILE\n" fprintf(output, _(" PGPASSFILE\n"
" password file name\n")); " password file name\n"));
fprintf(output, _(" PGPASSWORD\n"
" connection password (not recommended)\n"));
fprintf(output, _(" PGPORT\n" fprintf(output, _(" PGPORT\n"
" same as the port connection parameter\n")); " same as the port connection parameter\n"));
fprintf(output, _(" PGUSER\n" fprintf(output, _(" PGUSER\n"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment