BUG #14545: Unable to retrieve parameter mode 'VARIADIC'

From: ppoojari(at)erwin(dot)com
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #14545: Unable to retrieve parameter mode 'VARIADIC'
Date: 2017-02-14 19:11:01
Message-ID: 20170214191101.6099.36119@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

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.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message David G. Johnston 2017-02-14 21:57:51 Re: BUG #14545: Unable to retrieve parameter mode 'VARIADIC'
Previous Message Johannes Ziemke 2017-02-14 10:51:56 Re: BUG #14543: libpq fails with group readable ssl keys