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 ------ REL-1_14_0_PATCHES Details ------- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=9e6644a52b88167ef273f63c97351fc953a214c4 Modified Files -------------- CHANGELOG | 2 ++ pgadmin/schema/pgFunction.cpp | 4 ++++ 2 files changed, 6 insertions(+), 0 deletions(-) -- Sent via pgadmin-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers
