From b4b62cff9343404edcf144df41765eb899d448bc Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Tue, 7 Jan 2003 20:56:07 +0000 Subject: Apply the proper version of Christopher Kings-Lynne's describe patch (ie, the one with describe-schema support). Minor code review. Adjust display of casts to use standard type names. --- doc/src/sgml/ref/psql-ref.sgml | 67 ++++++++++++++++++++++++++---------------- 1 file changed, 41 insertions(+), 26 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index 77da336696a..677b4773b43 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -1,5 +1,5 @@ @@ -798,6 +798,30 @@ testdb=> + + + \dc [ pattern ] + + + Lists all available conversions between character-set encodings. + If pattern + is specified, only conversions whose name matches the pattern are + listed. + + + + + + + \dC + + + Lists all available type casts. + + + + + \dd [ pattern ] @@ -847,29 +871,6 @@ testdb=> - - \dc [ pattern ] - - - Lists all available conversions (between encodings). If pattern - is specified, only matching conversions are shown. - - - - - - - \dC - - - Lists all available type casts. Casts can be explicit, explicit and assignment - or implicit, and are used to change a variable from one type to another. - - - - - \df [ pattern ] @@ -929,6 +930,19 @@ testdb=> + + \dn [ pattern ] + + + + Lists all available schemas (namespaces). If pattern (a regular expression) + is specified, only schemas whose name matches the pattern are listed. + + + + + \do [ pattern ] @@ -1054,8 +1068,9 @@ Tue Oct 26 21:40:57 CEST 1999 - This command does not see changes made by SET - CLIENT_ENCODING. + This command will not notice changes made directly by SET + CLIENT_ENCODING. If you use \encoding, + be sure to use it to set as well as examine the encoding. -- cgit v1.2.3