postgresql/doc/src
Bruce Momjian 32762facf6 Sample output that appears below the table attributes for \d:
Indicies: palm_buy_date_idx
          palm_user_date_idx
Primary Key: palm_buyers_pkey
Unique Key: palm_buyers_username
Constraint: "$1" ((sex = 'M'::bpchar) OR (sex = 'F'::bpchar))

Note that check constraint name now shown as well.  (Makes it a lot easier
to test inheritance support in ADD/DROP constraint :) )

Attached is a docs change for psql.

Christopher Kings
2001-05-28 04:27:17 +00:00
..
FAQ Update FAQ. 2001-05-22 21:50:34 +00:00
graphics These aren't used anymore. 2000-10-08 13:25:11 +00:00
sgml Sample output that appears below the table attributes for \d: 2001-05-28 04:27:17 +00:00
Makefile > Kinda looks like Ian broke the compile-in-source-dir case while 2001-03-27 16:34:14 +00:00