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

From Dave Page
Subject Re: v1.8.4 uploaded
Date
Msg-id 937d27e10806100318s4bfc39a2tedef7d4b544cf392@mail.gmail.com
Whole thread Raw
In response to Re: v1.8.4 uploaded  (Erwin Brandstetter <brsaweda@gmail.com>)
List pgadmin-hackers
On Thu, Jun 5, 2008 at 2:29 AM, Erwin Brandstetter <brsaweda@gmail.com> wrote:
> 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.

Thanks, fixed.

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

Err, yes. Just a bit.


--
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com

pgadmin-hackers by date:

Previous
From: svn@pgadmin.org
Date:
Subject: SVN Commit by dpage: r7367 - in branches/REL-1_8_0_EDB/pgadmin3: . pgadmin/include/schema pgadmin/schema
Next
From: svn@pgadmin.org
Date:
Subject: SVN Commit by dpage: r7368 - in trunk/pgadmin3: . pgadmin/dlg