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-0008Ti-A4@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
------
master

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

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