find column OID types with information schema?

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

I see that I can get the character names of the types using this query:

select * from information_schema.columns where table_name = 'my_table';

but I don't see a way to find the actual OID types of the columns.  Is
that possible?

Thanks,
Whit

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

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