1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-27 23:21:58 +03:00

Disable expanded mode only for \d tablename, not for all backslash

commands.  Per complaint that \df+ is clearer in expanded mode.
This commit is contained in:
Bruce Momjian
2005-10-27 13:34:47 +00:00
parent 69f16b562a
commit 3332e38189
6 changed files with 11 additions and 13 deletions

View File

@ -1,5 +1,5 @@
<!--
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.394 2005/10/26 19:21:53 tgl Exp $
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.395 2005/10/27 13:34:46 momjian Exp $
Typical markup:
@ -1700,7 +1700,7 @@ psql -t -f fixseq.sql db1 | psql -e db1
<listitem>
<para>
Prevent <command>\x</> (expanded mode) from affecting
backslash-command displays (Neil)
the output of <command>\d tablename<\> (Neil)
</para>
</listitem>