Remove mention that \x doesn't affect backslash commands.
authorBruce Momjian <bruce@momjian.us>
Fri, 28 Oct 2005 02:39:07 +0000 (02:39 +0000)
committerBruce Momjian <bruce@momjian.us>
Fri, 28 Oct 2005 02:39:07 +0000 (02:39 +0000)
doc/src/sgml/ref/psql-ref.sgml

index b299e937d0dac3037b07a315da3b2ef37e539904..f917bc4c690acce928a991f54b1b07a7c37cbe01 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.150 2005/10/04 19:01:14 petere Exp $
+$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.151 2005/10/28 02:39:07 momjian Exp $
 PostgreSQL documentation
 -->
 
@@ -1443,10 +1443,7 @@ lo_import 152801
           Toggles between regular and expanded format. When expanded
           format is enabled, query results are displayed in two
           columns, with the column name on the left and the data on
-          the right. This option only affects how normal query results
-          are displayed; the output of <application>psql</application>
-          meta-commands is always presented using the regular
-          format. This mode is useful if the data wouldn't fit on the
+          the right. This mode is useful if the data wouldn't fit on the
           screen in the normal <quote>horizontal</quote> mode.
           </para>