diff options
| author | Peter Eisentraut | 2018-01-29 19:04:32 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2018-01-29 19:05:18 +0000 |
| commit | 697ee73596b9ebef684c1196e15cc2afd08a3631 (patch) | |
| tree | 96fc267bf37534cee6d0d5d295df8ab4f9bf0bfa /doc/src/sgml | |
| parent | e194f13838a57a79ba6b24f6c387fe3fad4e9f9e (diff) | |
psql documentation fixes
Update the documentation for \pset to mention
columns|linestyle|pager_min_lines.
Author: Дилян Палаузов <dpa-postgres@aegee.org>
Diffstat (limited to 'doc/src/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 23b1ae4ca4e..29fc5b078ee 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -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> |
