From: Peter Eisentraut Date: Tue, 14 Jun 2011 20:44:01 +0000 (+0300) Subject: Document that psql's \d also works with composite types X-Git-Tag: REL9_1_BETA3~77 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b48f888b644fb667dd87dc9c45d18890397d14a8;p=postgresql Document that psql's \d also works with composite types This has always been true, it was just never documented. --- diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index d77a1aa8f5..c9713d3c2a 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -878,8 +878,8 @@ testdb=> - For each relation (table, view, index, sequence or foreign table) - matching the + For each relation (table, view, index, sequence, or foreign table) + or composite type matching the pattern, show all columns, their types, the tablespace (if not the default) and any special attributes such as NOT NULL or defaults.