pgAdmin III commit: Fix DEFAULT handling with ALTER function

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Fix DEFAULT handling with ALTER function
Date: 2011-12-04 13:26:30
Message-ID: E1RXC5O-0008Tn-CI@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2011-12-04 14:35:10 pgAdmin III commit: Fix VARIADIC handling with DEFAULT value
Previous Message Dave Page 2011-12-04 13:02:45 Re: Compilation on Debian SID