pgsql: Improve psql's \dC command to take a pattern parameter. - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Improve psql's \dC command to take a pattern parameter.
Date
Msg-id 20081106151836.255927545A4@cvs.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: heikki@postgresql.org (Heikki Linnakangas)
Date:
Subject: pgsql: The logic in systable_beginscan to translate heap attribute
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Improve bulk-insert performance by keeping the current target