attached patch fixes SQL of column in SQL pane.
sql should be like
ALTER TABLE table ADD COLUMN tms timestamp without time zone NOT NULL
DEFAULT now();
and not
ALTER TABLE table ADD COLUMN tms timestamp without time zone;
ALTER TABLE table ALTER COLUMN tms SET NOT NULL;
ALTER TABLE table ALTER COLU
Hi, Chief QA guy!
On Wed, Aug 22, 2012 at 2:53 AM, Erwin Brandstetter
wrote:
> Aloha!
>
> I installed the new 1.16b4 from Aug. 20.
> Windows XP Pro, I had the previous 1.16b2 installed and ran upgrade.bat.
>
> It all seems to work fine. Have made heavy use of it for a day and nothing
> bad happen