The following bug has been logged on the website:
Bug reference: 14545
Logged by: Prajval Poojari
Email address: ppoojari(at)erwin(dot)com
PostgreSQL version: 9.5.6
Operating system: Windows 10 Pro
Description:
Hi
i ran a simple select query as
"select pa.parameter_mode from information_schema as pa where
pa.parameter_mode = 'VARIADIC' "
and the DB returned me a null list.
I had already created a function with the parameter mode as VARIADIC.
Just wondering if there is some other specific way to retrieve this mode.