Re: v1.8.4 uploaded

From: "Dave Page" <dpage(at)pgadmin(dot)org>
To: "Erwin Brandstetter" <brsaweda(at)gmail(dot)com>
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: v1.8.4 uploaded
Date: 2008-06-10 10:18:52
Message-ID: 937d27e10806100318s4bfc39a2tedef7d4b544cf392@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

On Thu, Jun 5, 2008 at 2:29 AM, Erwin Brandstetter <brsaweda(at)gmail(dot)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

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message svn 2008-06-11 14:18:48 SVN Commit by dpage: r7368 - in trunk/pgadmin3: . pgadmin/dlg
Previous Message svn 2008-06-10 10:18:12 SVN Commit by dpage: r7367 - in branches/REL-1_8_0_EDB/pgadmin3: . pgadmin/include/schema pgadmin/schema