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(-) -- Sent via pgadmin-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers
