Thread: pgAdmin III commit: Fix DEFAULT handling with ALTER function

pgAdmin III commit: Fix DEFAULT handling with ALTER function

From
Guillaume Lelarge
Date:
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(-)