pgsql: In psql, show view definition only with \d+, not with \d The - Mailing list pgsql-committers

From [email protected] (Peter Eisentraut)
Subject pgsql: In psql, show view definition only with \d+, not with \d The
Date
Msg-id [email protected]
Whole thread Raw
Responses Re: pgsql: In psql, show view definition only with \d+, not with \d The
List 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)

pgsql-committers by date:

Previous
From: [email protected] (Peter Eisentraut)
Date:
Subject: pgsql: Fix obscure segfault condition in PL/Python In PLy_output(),
Next
From: [email protected] (Peter Eisentraut)
Date:
Subject: pgsql: Improve PL/Python elog output When the elog functions (plpy.info