pgAdmin III commit: Fix VARIADIC handling with DEFAULT value

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Fix VARIADIC handling with DEFAULT value
Date: 2011-12-04 14:35:10
Message-ID: E1RXD9q-000515-65@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
------
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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2011-12-04 14:52:39 Re: [PATCH] Improve autocompletion for SELECT statements
Previous Message Guillaume Lelarge 2011-12-04 13:26:30 pgAdmin III commit: Fix DEFAULT handling with ALTER function