Out arguments name of "pg_identify_object_as_address" function in 9.5.14 and 11beta3

From: Jean-Pierre Pelletier <jean(dot)pierre(dot)pelletier0(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Out arguments name of "pg_identify_object_as_address" function in 9.5.14 and 11beta3
Date: 2018-09-03 15:07:35
Message-ID: CANGqjDnWH8wsTY_GzDUxbt4i=y-85SJreZin4Hm8uOqv1vzRQA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Two of the out arguments name of function
"pg_identify_object_as_address" are not as documented.
Documentation says "name" and "args", but function returns
"object_names" and "object_args".

This query shows what the function returns:
select (pg_identify_object_as_address(classId, ObjId, objSubId)).*
from pg_depend where classId <> 0;

Thanks,
Jean-Pierre Pelletier

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alexander Korotkov 2018-09-03 15:16:02 Re: A strange GiST error message or fillfactor of GiST build
Previous Message Michael Banck 2018-09-03 14:34:20 Re: Progress reporting for pg_verify_checksums