1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

psql documentation fixes

Update the documentation for \pset to mention
columns|linestyle.

Author: Дилян Палаузов <dpa-postgres@aegee.org>
This commit is contained in:
Peter Eisentraut
2018-01-29 14:04:32 -05:00
parent c03fc84626
commit 98e4dce78b
2 changed files with 6 additions and 4 deletions

View File

@ -2315,8 +2315,9 @@ lo_import 152801
<tip>
<para>
There are various shortcut commands for <command>\pset</command>. See
<command>\a</command>, <command>\C</command>, <command>\H</command>,
<command>\t</command>, <command>\T</command>, and <command>\x</command>.
<command>\a</command>, <command>\C</command>, <command>\f</command>,
<command>\H</command>, <command>\t</command>, <command>\T</command>,
and <command>\x</command>.
</para>
</tip>