On Thu, Jun 5, 2008 at 2:29 AM, Erwin Brandstetter <[EMAIL PROTECTED]> 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 -- Sent via pgadmin-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers
