pgsql: In psql, show view definition only with \d+, not with \d The

From: petere(at)postgresql(dot)org (Peter Eisentraut)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: In psql, show view definition only with \d+, not with \d The
Date: 2009-11-03 10:34:47
Message-ID: 20091103103447.7FF11753FB7@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
In psql, show view definition only with \d+, not with \d

The rationale is that view definitions tend to be long and obscure the
main information about the view.

Modified Files:
--------------
pgsql/src/bin/psql:
describe.c (r1.229 -> r1.230)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/describe.c?r1=1.229&r2=1.230)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2009-11-03 11:05:03 pgsql: Improve PL/Python elog output When the elog functions (plpy.info
Previous Message Peter Eisentraut 2009-11-03 09:35:18 pgsql: Fix obscure segfault condition in PL/Python In PLy_output(),