Re: Alias for data types?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Matt Clark <mclark(at)rushe(dot)aero(dot)org>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Alias for data types?
Date: 2003-03-31 18:13:31
Message-ID: 24124.1049134411@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Matt Clark <mclark(at)rushe(dot)aero(dot)org> writes:
> Is there a way to define an alias or synonym for a data type?

CREATE DOMAIN is a pretty serviceable way of making an alias for a type.

regards, tom lane

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Andrei Ivanov 2003-03-31 18:54:18 query help request
Previous Message Joe Conway 2003-03-31 16:23:06 Re: Alias for data types?