aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2005-10-28 02:39:07 +0000
committerBruce Momjian <bruce@momjian.us>2005-10-28 02:39:07 +0000
commitfbff2e96079cbcfe76bff09f379d0fc60bc79778 (patch)
treebb513d473b5ff598e6efcb3810cda462b4e2aa96
parent97b8013db5256f0fad4fceb4a6fc54d131ab234f (diff)
downloadpostgresql-fbff2e96079cbcfe76bff09f379d0fc60bc79778.tar.gz
postgresql-fbff2e96079cbcfe76bff09f379d0fc60bc79778.zip
Remove mention that \x doesn't affect backslash commands.
-rw-r--r--doc/src/sgml/ref/psql-ref.sgml7
1 files changed, 2 insertions, 5 deletions
diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml
index b299e937d0d..f917bc4c690 100644
--- a/doc/src/sgml/ref/psql-ref.sgml
+++ b/doc/src/sgml/ref/psql-ref.sgml
@@ -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>