Re: How to list domains

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: How to list domains
Дата
Msg-id 200404072200.i37M0X605295@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: How to list domains  (Alexander Cohen <alex@toomuchspace.com>)
Ответы Re: How to list domains  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: "Jim C. Nasby"
Дата:
Сообщение: Re: Can we have time based triggers in Postgresql??
Следующее
От: "Guy Rouillier"
Дата:
Сообщение: Re: Can we have time based triggers in Postgresql??