Re: How to list domains - Mailing list pgsql-general

From Bruce Momjian
Subject Re: How to list domains
Date
Msg-id 200404072200.i37M0X605295@candle.pha.pa.us
Whole thread Raw
In response to Re: How to list domains  (Alexander Cohen <alex@toomuchspace.com>)
Responses Re: How to list domains
List pgsql-general
Alexander Cohen wrote:
> Yes, i just discovered that. Thanks! Actually im trying to display in
> an app of mine a list of all types to the user. That goes fine but i
> noticed that that list does not have "integer", "double precision" and
> simple type names like that. I thought they would be domains. But i
> guess they are not. Where can i find these types? What are they?

They are SQL-standard names for our int4, float8 types.  They map
internally to those types.  I don't know a way to list separately.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

pgsql-general by date:

Previous
From: "Jim C. Nasby"
Date:
Subject: Re: Can we have time based triggers in Postgresql??
Next
From: "Guy Rouillier"
Date:
Subject: Re: Can we have time based triggers in Postgresql??