Can CREATE TYPE be used to create a synonym? - Mailing list pgsql-sql

From Dean Gibson (DB Administrator)
Subject Can CREATE TYPE be used to create a synonym?
Date
Msg-id 47AFA703.5060907@ultimeth.com
Whole thread Raw
Responses Re: Can CREATE TYPE be used to create a synonym?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-sql
Eg:

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?

-- Dean


pgsql-sql by date:

Previous
From: Shane Ambler
Date:
Subject: Re: Postgres roles
Next
From: Tom Lane
Date:
Subject: Re: Can CREATE TYPE be used to create a synonym?