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

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix psql's \dD to show only one row per domain, even when the
Date: 2009-02-23 15:59:55
Message-ID: 20090223155955.554107559ED@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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)

Browse pgsql-committers by date

  From Date Subject
Next Message User C2main 2009-02-23 16:54:17 muninpgplugins - muninpgplugins: fix typo in pg_stat_database per report
Previous Message Tom Lane 2009-02-23 14:56:12 Re: pgsql: Add note that inlined SQL functions aren't tracked by