Index: psql-ref.sgml =================================================================== RCS file: /home/projects/pgsql/cvsroot/pgsql/doc/src/sgml/ref/psql-ref.sgml,v retrieving revision 1.54 diff -c -r1.54 psql-ref.sgml *** psql-ref.sgml 2001/05/27 09:59:28 1.54 --- psql-ref.sgml 2001/05/28 02:09:46 *************** *** 348,354 **** (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 a view, the view definition is also shown. --- 348,355 ---- (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 indices, primary keys, unique ! constraints and check constraints are also listed. If the relation is a view, the view definition is also shown.