pgsql: Revert psql bits to display NOT VALID for FKs - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Revert psql bits to display NOT VALID for FKs
Date
Msg-id E1QU7r1-0007XX-2Z@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: Make ascii-art in comments pgindent-safe, and some other formatt
Next
From: Robert Haas
Date:
Subject: pgsql: Complain politely about access temp/unlogged tables during recov