diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 5e95325250..7f903fa2d1 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -17016,7 +17016,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 @@ -17060,7 +17060,7 @@ 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.