Re: find column OID types with information schema?

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: find column OID types with information schema?
Дата
Msg-id 20090427161956.GZ10358@alvh.no-ip.org
обсуждение исходный текст
Ответ на find column OID types with information schema?  (Whit Armstrong <armstrong.whit@gmail.com>)
Список pgsql-general
Whit Armstrong escribió:
> Is it possible to find out the OID types of the columns of a table
> using the information schema?

No; information_schema is limited to stuff that's defined by the SQL
standard.  If you want OIDs, you need to extract that stuff from the
pg_catalog.* catalogs.

Type OIDs for attributes can be found in pg_attribute.atttypid.

--
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

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

Предыдущее
От: Bill Moran
Дата:
Сообщение: Re: PostgreSQL Object-Oriented Database?
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Cannot reattach to shared memory / Windows