"Dean Gibson (DB Administrator)" <postgresql@ultimeth.com> writes:
> CREATE TYPE DATETIME AS (dummy TIMESTAMP);
> I suspect not (syntax issues w/ input, output, etc). Is there an
> alternate way to declare a type synonym?
CREATE DOMAIN would serve a lot better.
regards, tom lane