pg_identify_object(classid oid, objid oid, objsubid integer, OUT type text, OUT schema text, OUT name text, OUT identity text)


Description

get machine-parseable identification of SQL object

Parameters

Name Type Mode
classid oid IN
objid oid IN
objsubid integer IN
type text OUT
schema text OUT
name text OUT
identity text OUT

Definition