| From: | Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org> |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql: Add pg_describe_object function |
| Date: | 2010-11-18 20:07:22 |
| Message-ID: | E1PJAlO-0001B3-7b@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Add pg_describe_object function
This function is useful to obtain textual descriptions of objects as
stored in pg_depend.
Branch
------
master
Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=6cc2deb86e9183262493a6537700ee305fb3e096
Modified Files
--------------
doc/src/sgml/func.sgml | 12 ++++++++
src/backend/catalog/dependency.c | 57 ++++++++++++++++++++------------------
src/include/catalog/catversion.h | 2 +-
src/include/catalog/pg_proc.h | 2 +
src/include/utils/builtins.h | 3 ++
5 files changed, 48 insertions(+), 28 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2010-11-18 22:20:50 | pgsql: Improve plpgsql's error reporting for no-such-column cases. |
| Previous Message | User Nanardon | 2010-11-18 19:59:52 | pgrpm - pgrpm: - fix tag name detection |