From 33e7eac37cf92d46b0f0523faca79075be0972f0 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 2 Apr 2009 15:15:32 +0000 Subject: Change psql \d* display so 'S' _or_ a pattern include system objects. --- doc/src/sgml/ref/psql-ref.sgml | 56 +++++++++++++++++++++--------------------- 1 file changed, 28 insertions(+), 28 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index 0f633e91601..f2ffa503a4a 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -1,5 +1,5 @@ @@ -853,9 +853,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 adds the listing of system - objects; without S, only non-system - objects are shown. + By default, only user-created objects are shown; supply a + pattern or the S modifier to include system + objects. @@ -879,9 +879,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 adds the listing of system - objects; without S, only non-system - objects are shown. + By default, only user-created objects are shown; supply a + pattern or the S modifier to include system + objects. @@ -910,9 +910,9 @@ testdb=> If pattern is specified, only conversions whose names match the pattern are listed. - The letter S adds the listing of system - objects; without S, only non-system - objects are shown. + By default, only user-created objects are shown; supply a + pattern or the S modifier to include system + objects. @@ -939,9 +939,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 adds the listing of system - objects; without S, only non-system - objects are shown. + By default, only user-created objects are shown; supply a + pattern or the S modifier to include system + objects. (Object covers aggregates, functions, operators, types, relations (tables, views, indexes, sequences, large objects), rules, and triggers.) For example: @@ -971,9 +971,9 @@ testdb=> Lists all available domains. If pattern is specified, only matching domains are shown. - The letter S adds the listing of system - objects; without S, only non-system - objects are shown. + By default, only user-created objects are shown; supply a + pattern or the S modifier to include system + objects. @@ -1045,9 +1045,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 adds the listing of system - objects; without S, only non-system - objects are shown. + By default, only user-created objects are shown; supply a + pattern or the S modifier to include system + objects. @@ -1155,9 +1155,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 adds the listing of system - objects; without S, only non-system - objects are shown. + By default, only user-created objects are shown; supply a + pattern or the S modifier to include system + objects. @@ -1202,9 +1202,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 adds the listing of system - objects; without S, only non-system - objects are shown. + By default, only user-created objects are shown; supply a + pattern or the S modifier to include system + objects. @@ -1237,9 +1237,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 adds the listing of system - objects; without S, only non-system - objects are shown. + By default, only user-created objects are shown; supply a + pattern or the S modifier to include system + objects. -- cgit v1.2.3