• Alvaro Herrera's avatar
    Allow extracting machine-readable object identity · f8348ea3
    Alvaro Herrera authored
    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.
    f8348ea3
dependency.h 9.36 KB