pgAdmin III commit: Fix VARIADIC handling with DEFAULT value

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема pgAdmin III commit: Fix VARIADIC handling with DEFAULT value
Дата
Msg-id E1RXD9q-000515-65@gothos.postgresql.org
обсуждение исходный текст
Список 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(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Guillaume Lelarge
Дата:
Сообщение: pgAdmin III commit: Fix DEFAULT handling with ALTER function
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: pgAdmin III commit: Fix VARIADIC handling with DEFAULT value