pgsql: Revert psql bits to display NOT VALID for FKs

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Revert psql bits to display NOT VALID for FKs
Date: 2011-06-08 01:46:43
Message-ID: E1QU7r1-0007XX-2Z@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Revert psql bits to display NOT VALID for FKs

These are superseded by pg_get_constraintdef's ability to display the
same when appropriate, which is a better place to do it anyway.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/135a507991c8ea9eca201cc084294a689ca24ba9

Modified Files
--------------
src/bin/psql/describe.c | 9 ++-------
1 files changed, 2 insertions(+), 7 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2011-06-08 02:17:19 pgsql: Complain politely about access temp/unlogged tables during recov
Previous Message Heikki Linnakangas 2011-06-07 07:29:56 pgsql: Make ascii-art in comments pgindent-safe, and some other formatt