Add pg_describe_object function
Alvaro Herrera <alvherre@alvh.no-ip.org>
Add pg_describe_object function This function is useful to obtain textual descriptions of objects as stored in pg_depend.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/func.sgml | modified | +12 −0 |
| src/backend/catalog/dependency.c | modified | +30 −27 |
| src/include/catalog/catversion.h | modified | +1 −1 |
| src/include/catalog/pg_proc.h | modified | +2 −0 |
| src/include/utils/builtins.h | modified | +3 −0 |