crunchy_check_access icon indicating copy to clipboard operation
crunchy_check_access copied to clipboard

Replace list of oids for function arguments with more explicit list

Open davidfetter opened this issue 4 years ago • 1 comments

Casting from oidvector to text produced a list of OIDs that seemed less helpful to the reader than what pg_catalog.pg_get_function_arguments produces, so use that.

davidfetter avatar Sep 18 '20 23:09 davidfetter

What versions of Postgres will this change be compatible with (how far back)?

cbrianpace avatar Feb 13 '24 15:02 cbrianpace

This function is available to all publicly supported versions of PG (12 -16) so should be good.

Thanks David!

keithf4 avatar May 16 '24 16:05 keithf4

Delighted to help!

davidfetter avatar May 16 '24 20:05 davidfetter