diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2018-01-29 14:04:32 -0500 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2018-01-29 14:18:11 -0500 |
commit | b37422de89e569a474509cd26ec49e27866d01e8 (patch) | |
tree | 4cfd5ded6b09c0d4912b0c508cf7c2b98dd71c3b /doc/src/sgml/ref/psql-ref.sgml | |
parent | 06efc5cf53b96ef5b9c10995fc7c9ec06c1b4846 (diff) |
psql documentation fixes
Update the documentation for \pset to mention
columns|linestyle.
Author: Дилян Палаузов <dpa-postgres@aegee.org>
Diffstat (limited to 'doc/src/sgml/ref/psql-ref.sgml')
-rw-r--r-- | doc/src/sgml/ref/psql-ref.sgml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index 4449041dcc6..84a29e740bf 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -2332,8 +2332,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> |