From da023acd1aec18e715789540f150c77b919c65a0 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Tue, 14 Jun 2011 23:44:01 +0300 Subject: [PATCH] Document that psql's \d also works with composite types This has always been true, it was just never documented. --- doc/src/sgml/ref/psql-ref.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.11.0