pgAdmin III commit: Fix DEFAULT handling with ALTER function

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема pgAdmin III commit: Fix DEFAULT handling with ALTER function
Дата
Msg-id E1RXC5O-0008Tn-CI@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Fix DEFAULT handling with ALTER function

DEFAULT clause was included with the ALTER function. That's an incorrect syntax that is now fixed.

From a report from Regina (Paragon Corporation).

Branch
------
REL-1_14_0_PATCHES

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

Modified Files
--------------
pgadmin/dlg/dlgFunction.cpp |    2 +-
1 files changed, 1 insertions(+), 1 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