From ca7c6aae6e43e25d84fc5c745da8a7c2043b52b8 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 20 Jan 2009 02:38:37 +0000 Subject: [PATCH] Update \d*S documentation to be more accurate; system objects are added to the display, not restricted in the display; new text: The letter S adds the listing of system objects; without S, only non-system objects are shown. --- doc/src/sgml/ref/psql-ref.sgml | 48 +++++++++++++++++++--------------- 1 file changed, 27 insertions(+), 21 deletions(-) diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index d0a9b106ac..91296d1271 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -833,8 +833,9 @@ testdb=> more information is displayed: any comments associated with the columns of the table are shown, as is the presence of OIDs in the table. - The letter S restricts the listing to system objects; without - S, only non-system objects are shown. + The letter S adds the listing of system + objects; without S, only non-system + objects are shown. @@ -858,9 +859,9 @@ testdb=> return type and the data types they operate on. If pattern is specified, only aggregates whose names match the pattern are shown. - The letter S restricts the listing - to system objects; without S, only - non-system objects are shown. + The letter S adds the listing of system + objects; without S, only non-system + objects are shown. @@ -889,8 +890,9 @@ testdb=> If pattern is specified, only conversions whose names match the pattern are listed. - The letter S restricts the listing to system objects; without - S, only non-system objects are shown. + The letter S adds the listing of system + objects; without S, only non-system + objects are shown. @@ -917,8 +919,9 @@ testdb=> class="parameter">pattern, or of all visible objects if no argument is given. But in either case, only objects that have a description are listed. - The letter S restricts the listing to system objects; without - S, only non-system objects are shown. + The letter S adds the listing of system + objects; without S, only non-system + objects are shown. (Object covers aggregates, functions, operators, types, relations (tables, views, indexes, sequences, large objects), rules, and triggers.) For example: @@ -948,8 +951,9 @@ testdb=> Lists all available domains. If pattern is specified, only matching domains are shown. - The letter S restricts the listing to system objects; without - S, only non-system objects are shown. + The letter S adds the listing of system + objects; without S, only non-system + objects are shown. @@ -1021,8 +1025,9 @@ testdb=> is specified, only functions whose names match the pattern are shown. If the form \df+ is used, additional information about each function, including volatility, language, source code and description, is shown. - The letter S restricts the listing to system objects; without - S, only non-system objects are shown. + The letter S adds the listing of system + objects; without S, only non-system + objects are shown. @@ -1130,9 +1135,9 @@ testdb=> and tables. If + is appended to the command name, each object is listed with its physical size on disk and its associated description, if any. - The letter S restricts the listing - to system objects; without S, only - non-system objects are shown. + The letter S adds the listing of system + objects; without S, only non-system + objects are shown. @@ -1177,9 +1182,9 @@ testdb=> Lists available operators with their operand and return types. If pattern is specified, only operators whose names match the pattern are listed. - The letter S restricts the listing - to system objects; without S, only - non-system objects are shown. + The letter S adds the listing of system + objects; without S, only non-system + objects are shown. @@ -1212,8 +1217,9 @@ testdb=> class="parameter">pattern. The command form \dT+ shows extra information, namely the type's internal name, size, and allowed values for enum types. - The letter S restricts the listing to system objects; without - S, only non-system objects are shown. + The letter S adds the listing of system + objects; without S, only non-system + objects are shown. -- 2.39.5