1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

psql documentation fixes

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

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

View File

@ -2397,8 +2397,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>