]> granicus.if.org Git - postgresql/commit
Improve psql's \dC command to take a pattern parameter. Casts are shown
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 6 Nov 2008 15:18:36 +0000 (15:18 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 6 Nov 2008 15:18:36 +0000 (15:18 +0000)
commitcdc197cf3100359cd436757adc0002dad07e3117
treedee22a7803ddc476677e5a60e3f112182587779e
parent5ae29525d1da3914f2f11aa5692f887ec49b864e
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.
doc/src/sgml/ref/psql-ref.sgml
src/bin/psql/describe.c
src/bin/psql/help.c