pgsql: Display incoming as well as outgoing foreign-key constraints in

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Display incoming as well as outgoing foreign-key constraints in
Date: 2008-03-30 17:50:11
Message-ID: 20080330175011.5D7167558E7@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Display incoming as well as outgoing foreign-key constraints in psql's
\d output for a table.

Kenneth D'Souza, some changes by myself.

Modified Files:
--------------
pgsql/src/bin/psql:
describe.c (r1.164 -> r1.165)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/describe.c?r1=1.164&r2=1.165)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2008-03-30 18:10:20 pgsql: Show database access privileges in psql's \l command.
Previous Message Neil Conway 2008-03-30 04:08:15 pgsql: Enable 64-bit integer datetimes by default, per previous