pgsql: Fix psql's \dD to show only one row per domain, even when the

Started by Tom Laneover 17 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

Log Message:
-----------
Fix psql's \dD to show only one row per domain, even when the domain has
multiple check constraints.

Modified Files:
--------------
pgsql/src/bin/psql:
describe.c (r1.199 -> r1.200)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/describe.c?r1=1.199&r2=1.200)