From 337b22cb473f1c5cca011a511c488d20e153eec4 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Wed, 20 Mar 2002 19:45:13 +0000 Subject: Code review for DOMAIN patch. --- doc/src/sgml/ref/psql-ref.sgml | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) (limited to 'doc/src/sgml/ref/psql-ref.sgml') diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index 350128fa724..40ba18716c2 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -1,5 +1,5 @@ @@ -419,21 +419,10 @@ testdb=> \dD [ pattern ] - Lists all database domains. - - - - Descriptions for objects can be generated with the COMMENT ON - SQL command. - - - - - PostgreSQL stores the object descriptions in the - pg_description system table. + Lists all available domains (derived types). + If pattern + (a regular expression) is specified, only matching domains are shown. - - -- cgit v1.2.3