Allow extracting machine-readable object identity

Alvaro Herrera <alvherre@alvh.no-ip.org>

Commit: f8348ea32ec8d713cd6e5d5e16f15edef22c4d03
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: 2013-03-20T21:19:19Z
Releases: 9.3.0
Allow extracting machine-readable object identity

Introduce pg_identify_object(oid,oid,int4), which is similar in spirit
to pg_describe_object but instead produces a row of machine-readable
information to uniquely identify the given object, without resorting to
OIDs or other internal representation.  This is intended to be used in
the event trigger implementation, to report objects being operated on;
but it has usefulness of its own.

Catalog version bumped because of the new function.

Files