BUG #10122: proargtypes and proallargtypes are inconsistent for pg_identify_object
The following bug has been logged on the website:
Bug reference: 10122
Logged by: Michael Trinque
Email address: mike@aquameta.com
PostgreSQL version: 9.3.4
Operating system: Ubuntu 14.04
Description:
pg_identify_object's second parameter is listed as an integer in
proallargtypes. It should be 26 (oid).
Steps to reproduce:
select proargtypes, proallargtypes from pg_proc where proname =
'pg_identify_object';
--
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs
mike@aquameta.com writes:
pg_identify_object's second parameter is listed as an integer in
proallargtypes. It should be 26 (oid).
Dealt with, thanks for the report!
regards, tom lane
--
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs