pgsql: Add pg_describe_object function - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Add pg_describe_object function
Date
Msg-id E1PJAlO-0001B3-7b@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: nanardon@pgfoundry.org (User Nanardon)
Date:
Subject: pgrpm - pgrpm: - fix tag name detection
Next
From: Tom Lane
Date:
Subject: pgsql: Improve plpgsql's error reporting for no-such-column cases.