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

Started by Peter Eisentrautover 16 years ago2 messagescomitters
Jump to latest
#1Peter Eisentraut
peter_e@gmx.net

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)

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Peter Eisentraut (#1)
Re: pgsql: In psql, show view definition only with \d+, not with \d The

petere@postgresql.org (Peter Eisentraut) writes:

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

This broke the regression tests.

regards, tom lane