Re: [HACKERS] INT2OID, etc.

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] INT2OID, etc.
Дата
Msg-id 199802271500.KAA06177@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] INT2OID, etc.  (Brett McCormick <brett@work.chicken.org>)
Список pgsql-hackers
>
>
> Can we have all the constants put in pg_type?  In the implementation
> of my perl PL language, some types I care about aren't defined so I
> must define them myself, which seems dangerous (should they ever
> change)
>

Please submit a patch to pg_type to add the ones you need.  Maybe
generating a separate file via a shell script with the oids would be
nice.  Gen_fmgr.sh does this, I think.

--
Bruce Momjian                          |  830 Blythe Avenue
maillist@candle.pha.pa.us              |  Drexel Hill, Pennsylvania 19026
  +  If your life is a hard drive,     |  (610) 353-9879(w)
  +  Christ can be your backup.        |  (610) 853-3000(h)

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: HISTORY list for 6.3
Следующее
От: Michael Meskes
Дата:
Сообщение: Re: [HACKERS] common area