Re: find column OID types with information schema?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: find column OID types with information schema?
Дата
Msg-id 4697.1240846719@sss.pgh.pa.us
обсуждение исходный текст
Ответ на find column OID types with information schema?  (Whit Armstrong <armstrong.whit@gmail.com>)
Список pgsql-general
Whit Armstrong <armstrong.whit@gmail.com> writes:
> Is it possible to find out the OID types of the columns of a table
> using the information schema?

No.  Type OIDs are a Postgres-ism so they are not reflected in the
standards-mandated contents of the information_schema.  If you want
OIDs you'll need to look at the underlying catalogs (pg_attribute
in particular).

            regards, tom lane

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

Предыдущее
От: "Robert Pepersack"
Дата:
Сообщение: Re: PostgreSQL Object-Oriented Database?
Следующее
От: "Michael P. Soulier"
Дата:
Сообщение: Re: how do you get there from here?