Apply the proper version of Christopher Kings-Lynne's describe patch
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| 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 |