select columns and its data types

Поиск
Список
Период
Сортировка
От Michael Seele
Тема select columns and its data types
Дата
Msg-id 4129D340.5000401@guh-software.de
обсуждение исходный текст
Список pgsql-general
hi,
how can i show all the columns and its data types?
i create the following sql-statement but it only gets me a reference of the data types, how can i replace the reference?

SELECT
    pg_class.relname, pg_attribute.attname, pg_attribute.atttypid
FROM
    pg_catalog.pg_attribute, pg_catalog.pg_class
WHERE
    pg_attribute.attrelid = pg_class.relfilenode


thanks!
-- 
G & H Softwareentwicklung GmbH     Tel.: +49(0)7451/53706-20
Robert-Bosch-Str. 23               Fax:  +49(0)7451/53706-90
D-72160 Horb a.N.                  http://www.guh-software.de 

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

Предыдущее
От: "SVGK, Raju (Raju)"
Дата:
Сообщение: Re: view triggers/procedures
Следующее
От: Csaba Nagy
Дата:
Сообщение: Re: view triggers/procedures