Skip to content

Commit fbff2e9

Browse files
committed
Remove mention that \x doesn't affect backslash commands.
1 parent 97b8013 commit fbff2e9

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

doc/src/sgml/ref/psql-ref.sgml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.150 2005/10/04 19:01:14 petere Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.151 2005/10/28 02:39:07 momjian Exp $
33
PostgreSQL documentation
44
-->
55

@@ -1443,10 +1443,7 @@ lo_import 152801
14431443
Toggles between regular and expanded format. When expanded
14441444
format is enabled, query results are displayed in two
14451445
columns, with the column name on the left and the data on
1446-
the right. This option only affects how normal query results
1447-
are displayed; the output of <application>psql</application>
1448-
meta-commands is always presented using the regular
1449-
format. This mode is useful if the data wouldn't fit on the
1446+
the right. This mode is useful if the data wouldn't fit on the
14501447
screen in the normal <quote>horizontal</quote> mode.
14511448
</para>
14521449

0 commit comments

Comments
 (0)