diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index bb794e044f..853e5fee7c 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -17701,7 +17701,7 @@ SELECT collation for ('foo' COLLATE "de_DE"); pg_identify_object_as_address(catalog_id oid, object_id oid, object_sub_id integer) - type text, name text[], args text[] + type text, object_names text[], object_args text[] get external representation of a database object's address @@ -17745,7 +17745,8 @@ SELECT collation for ('foo' COLLATE "de_DE"); information is independent of the current server, that is, it could be used to identify an identically named object in another server. type identifies the type of database object; - name and args are text arrays that together + object_names and object_args + are text arrays that together form a reference to the object. These three columns can be passed to pg_get_object_address to obtain the internal address of the object.