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:
@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user