diff options
| author | Peter Eisentraut | 2018-01-29 19:04:32 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2018-01-29 19:22:15 +0000 |
| commit | 98e4dce78b5139a1a7935903627498c41f0b2d6a (patch) | |
| tree | 0e4146fc2756bd91a050a08129e80ccda890f912 /doc/src | |
| parent | c03fc84626beca122d4aafd77fe6eb508d98edb7 (diff) | |
psql documentation fixes
Update the documentation for \pset to mention
columns|linestyle.
Author: Дилян Палаузов <dpa-postgres@aegee.org>
Diffstat (limited to 'doc/src')
| -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 4cbdb5308c8..120bdb02eb1 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -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> |
