Re: Query function arg data types ONLY (no arg names) - Mailing list pgsql-general

From Tom Lane
Subject Re: Query function arg data types ONLY (no arg names)
Date
Msg-id 15428.1524935001@sss.pgh.pa.us
Whole thread Raw
In response to Query function arg data types ONLY (no arg names)  (Jeremy Finzel <finzelj@gmail.com>)
List pgsql-general
Jeremy Finzel <finzelj@gmail.com> writes:
> It appears that neither pg_get_function_arguments
> nor pg_get_function_identity_arguments could be used for this.  I want to
> get function argument data types from the catalog by ordinal position,
> without the argument name.

Something involving pg_proc.proargtypes::regtype[] might be useful.

            regards, tom lane


pgsql-general by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: Query function arg data types ONLY (no arg names)
Next
From: Jonas Pedersen
Date:
Subject: downgrade postgis 2.4.3 to 2.4.1