From d82a9d2a600b764aabdc37507c50d9229f8310b5 Mon Sep 17 00:00:00 2001 From: Robert Haas Date: Mon, 8 Aug 2011 16:29:57 -0400 Subject: Teach psql to display the comments on SQL/MED objects in verbose mode. The relevant backslash commands already exist, so we're just adding an additional column. With this commit, all objects that have psql backslash commands and accept comments should now display those comments at least in verbose mode. Josh Kupershmidt, with doc additions by me. --- doc/src/sgml/ref/psql-ref.sgml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index 4a38d2afeb1..db97df13c4d 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -1098,7 +1098,7 @@ testdb=> specified, only those servers whose name matches the pattern are listed. If the form \des+ is used, a full description of each server is shown, including the - server's ACL, type, version, and options. + server's ACL, type, version, options, and description. @@ -1112,7 +1112,8 @@ testdb=> If pattern is specified, only entries whose table name or schema name matches the pattern are listed. If the form \det+ - is used, generic options are also displayed. + is used, generic options and the foreign table description + are also displayed. @@ -1150,8 +1151,8 @@ testdb=> If pattern is specified, only those foreign-data wrappers whose name matches the pattern are listed. If the form \dew+ - is used, the ACL and options of the foreign-data wrapper are - also shown. + is used, the ACL, options, and description of the foreign-data + wrapper are also shown. -- cgit v1.2.3