Re: v1.8.4 uploaded

From: Erwin Brandstetter <brsaweda(at)gmail(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: v1.8.4 uploaded
Date: 2008-06-05 01:29:51
Message-ID: f64c7741-b289-463f-a38f-709e638dea36@l42g2000hsc.googlegroups.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi Dave!

On Jun 4, 11:11 am, dp(dot)(dot)(dot)(at)pgadmin(dot)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

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Devrim GÜNDÜZ 2008-06-05 05:12:24 Re: v1.8.4 uploaded
Previous Message Dave Page 2008-06-04 09:11:39 v1.8.4 uploaded