pgsql: Improve psql's \dC command to take a pattern parameter.

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Improve psql's \dC command to take a pattern parameter.
Date: 2008-11-06 15:18:36
Message-ID: 20081106151836.255927545A4@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Improve psql's \dC command to take a pattern parameter. Casts are shown
if their source or target types match the pattern (using the same definition
of "match" as \dT does). Per recent discussion.

Modified Files:
--------------
pgsql/doc/src/sgml/ref:
psql-ref.sgml (r1.211 -> r1.212)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/psql-ref.sgml?r1=1.211&r2=1.212)
pgsql/src/bin/psql:
describe.c (r1.186 -> r1.187)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/describe.c?r1=1.186&r2=1.187)
help.c (r1.130 -> r1.131)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/help.c?r1=1.130&r2=1.131)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2008-11-06 20:51:15 pgsql: Improve bulk-insert performance by keeping the current target
Previous Message Heikki Linnakangas 2008-11-06 13:07:09 pgsql: The logic in systable_beginscan to translate heap attribute