Re: v1.8.4 uploaded - Mailing list pgadmin-hackers

From Erwin Brandstetter
Subject Re: v1.8.4 uploaded
Date
Msg-id f64c7741-b289-463f-a38f-709e638dea36@l42g2000hsc.googlegroups.com
Whole thread Raw
In response to v1.8.4 uploaded  ("Dave Page" <dpage@pgadmin.org>)
Responses Re: v1.8.4 uploaded  ("Dave Page" <dpage@pgadmin.org>)
List pgadmin-hackers
Hi Dave!

On Jun 4, 11:11 am, dp...@pgadmin.org ("Dave Page") wrote:
> Due to an ugly bug found by Erwin, I've updated the new release to
> v1.8.4, and uploaded new builds in src, win32, osx and slackware
> formats tohttp://developer.pgadmin.org/ftp/release/v1.8.4.
>
> Please give them a once-over, and hopefully I can announce them tomorrow!


Testing pgAdmin v.1.8.4 (Jun 4 2008, rev: 7358, on WinXP Pro; hosts:pg
8.2.7 and 8.3.1 on Debian Etch

I have tested on Win XP for like an hour. The crash seems fixed,
nothing more to stop the show AFAIKS. :)
Just a minor bug:

I say:
CREATE TYPE foo AS
   (x timestamp(0) without time zone);

pgAdmin says:
CREATE TYPE foo AS
   (x timestamp without time zone(0));

The later should read like the former to work.
CREATE TABLE does not suffer from this problem.

I take it, these timestamp types are a pest to reverse engineer ...

Regards
Erwin

pgadmin-hackers by date:

Previous
From: "Dave Page"
Date:
Subject: v1.8.4 uploaded
Next
From: Devrim GÜNDÜZ
Date:
Subject: Re: v1.8.4 uploaded