Apply the proper version of Christopher Kings-Lynne's describe patch

Tom Lane <tgl@sss.pgh.pa.us>

Commit: b4b62cff9343404edcf144df41765eb899d448bc
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2003-01-07T20:56:07Z
Releases: 7.4.1
Apply the proper version of Christopher Kings-Lynne's describe patch
(ie, the one with describe-schema support).  Minor code review.
Adjust display of casts to use standard type names.

Files

PathChange+/−
doc/src/sgml/ref/psql-ref.sgml modified +41 −26
src/backend/catalog/namespace.c modified +4 −3
src/bin/psql/command.c modified +14 −11
src/bin/psql/describe.c modified +57 −14
src/bin/psql/describe.h modified +4 −1
src/bin/psql/help.c modified +2 −1
src/include/catalog/namespace.h modified +3 −2