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)
commit9d4c2c2f7cf50c69426f16518fd35e25b401688e
tree8d579c0143a380732839c48df54d2d3f1ab9740b
parentf70d72a554249731e2f9c023bd608fb60871cbfa
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