Update \d*S documentation to be more accurate; system objects are added
authorBruce Momjian
Tue, 20 Jan 2009 02:38:37 +0000 (02:38 +0000)
committerBruce Momjian
Tue, 20 Jan 2009 02:38:37 +0000 (02:38 +0000)
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

index b200e23bf910218fb7fcfb02789f9e4b1e236fff..5dd019d7f72d592506493552a1a5513da5a67fc4 100644 (file)
@@ -1,5 +1,5 @@
 
 
@@ -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 
         class="parameter">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 
         class="parameter">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.