diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index ac58fdb3843..a3b49bc3f6f 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -1,5 +1,5 @@ @@ -348,7 +348,8 @@ testdb=> (which could be a table, view, index, or sequence), their types, and any special attributes such as NOT NULL or defaults, if any. - If the relation is, in fact, a table, any defined indexes are also listed. + If the relation is, in fact, a table, any defined indices, primary keys, unique + constraints and check constraints are also listed. If the relation is a view, the view definition is also shown.