mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	Put some psql documentation pieces back into alphabetical order
This commit is contained in:
		@@ -3872,17 +3872,6 @@ bar
 | 
			
		||||
        </listitem>
 | 
			
		||||
      </varlistentry>
 | 
			
		||||
 | 
			
		||||
      <varlistentry>
 | 
			
		||||
        <term><varname>HIDE_TOAST_COMPRESSION</varname></term>
 | 
			
		||||
        <listitem>
 | 
			
		||||
        <para>
 | 
			
		||||
         If this variable is set to <literal>true</literal>, column
 | 
			
		||||
         compression method details are not displayed. This is mainly
 | 
			
		||||
         useful for regression tests.
 | 
			
		||||
        </para>
 | 
			
		||||
        </listitem>
 | 
			
		||||
      </varlistentry>
 | 
			
		||||
 | 
			
		||||
      <varlistentry>
 | 
			
		||||
        <term><varname>HIDE_TABLEAM</varname></term>
 | 
			
		||||
        <listitem>
 | 
			
		||||
@@ -3894,6 +3883,17 @@ bar
 | 
			
		||||
        </listitem>
 | 
			
		||||
      </varlistentry>
 | 
			
		||||
 | 
			
		||||
      <varlistentry>
 | 
			
		||||
        <term><varname>HIDE_TOAST_COMPRESSION</varname></term>
 | 
			
		||||
        <listitem>
 | 
			
		||||
        <para>
 | 
			
		||||
         If this variable is set to <literal>true</literal>, column
 | 
			
		||||
         compression method details are not displayed. This is mainly
 | 
			
		||||
         useful for regression tests.
 | 
			
		||||
        </para>
 | 
			
		||||
        </listitem>
 | 
			
		||||
      </varlistentry>
 | 
			
		||||
 | 
			
		||||
      <varlistentry>
 | 
			
		||||
        <term><varname>HISTCONTROL</varname></term>
 | 
			
		||||
        <listitem>
 | 
			
		||||
 
 | 
			
		||||
@@ -374,10 +374,10 @@ helpVariables(unsigned short int pager)
 | 
			
		||||
					  "    true if last query failed, else false\n"));
 | 
			
		||||
	fprintf(output, _("  FETCH_COUNT\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"
 | 
			
		||||
					  "    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"
 | 
			
		||||
					  "    controls command history [ignorespace, ignoredups, ignoreboth]\n"));
 | 
			
		||||
	fprintf(output, _("  HISTFILE\n"
 | 
			
		||||
@@ -489,10 +489,10 @@ helpVariables(unsigned short int pager)
 | 
			
		||||
					  "    same as the dbname connection parameter\n"));
 | 
			
		||||
	fprintf(output, _("  PGHOST\n"
 | 
			
		||||
					  "    same as the host connection parameter\n"));
 | 
			
		||||
	fprintf(output, _("  PGPASSWORD\n"
 | 
			
		||||
					  "    connection password (not recommended)\n"));
 | 
			
		||||
	fprintf(output, _("  PGPASSFILE\n"
 | 
			
		||||
					  "    password file name\n"));
 | 
			
		||||
	fprintf(output, _("  PGPASSWORD\n"
 | 
			
		||||
					  "    connection password (not recommended)\n"));
 | 
			
		||||
	fprintf(output, _("  PGPORT\n"
 | 
			
		||||
					  "    same as the port connection parameter\n"));
 | 
			
		||||
	fprintf(output, _("  PGUSER\n"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user