pgAdmin III commit: Fix VARIADIC handling with DEFAULT value - Mailing list pgadmin-hackers

From Guillaume Lelarge
Subject pgAdmin III commit: Fix VARIADIC handling with DEFAULT value
Date
Msg-id E1RXD9q-000513-5d@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fix VARIADIC handling with DEFAULT value

VARIADIC argument wasn't treated as an IN argument, which made it unavailable
for DEFAULT values.

Report from Regina (Paragon Corporation).

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=810605a1efbd2b524677f9d05e8ea781dd1c2886

Modified Files
--------------
CHANGELOG                     |    2 ++
pgadmin/schema/pgFunction.cpp |    4 ++++
2 files changed, 6 insertions(+), 0 deletions(-)


pgadmin-hackers by date:

Previous
From: Guillaume Lelarge
Date:
Subject: pgAdmin III commit: Fix VARIADIC handling with DEFAULT value
Next
From: Guillaume Lelarge
Date:
Subject: Re: [PATCH] Improve autocompletion for SELECT statements