diff options
author | Robert Haas <rhaas@postgresql.org> | 2013-10-03 15:18:02 -0400 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2013-10-03 15:18:02 -0400 |
commit | c64e68fd9f1132fec563fb5de53dc3bcccb5fc3b (patch) | |
tree | 9427cfec4bd43e0f2c2a22a39f0cfa07ed47e20c /doc/src | |
parent | c2b175b94851e59765cc87243d8faf923e3d820b (diff) | |
download | postgresql-c64e68fd9f1132fec563fb5de53dc3bcccb5fc3b.tar.gz postgresql-c64e68fd9f1132fec563fb5de53dc3bcccb5fc3b.zip |
psql: Make \pset without arguments show all settings.
Gilles Darold, reviewed by Pavel Stehule
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/psql-ref.sgml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index 574db5c14c6..264cfe65852 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -2272,13 +2272,10 @@ lo_import 152801 </para> </tip> - <note> <para> - It is an error to call <command>\pset</command> without any - arguments. In the future this case might show the current status + <command>\pset</command> without any arguments displays the current status of all printing options. </para> - </note> </listitem> </varlistentry> |