Re: Data types

Поиск
Список
Период
Сортировка
От Michael Fuhr
Тема Re: Data types
Дата
Msg-id 20051230190629.GA47895@winnie.fuhr.org
обсуждение исходный текст
Ответ на Data types  ("Jonel Rienton" <jonel@rientongroup.com>)
Список pgsql-general
On Fri, Dec 30, 2005 at 12:57:57PM -0600, Jonel Rienton wrote:
> Does Postgres store all the possible column datatypes somewhere in its
> system tables?  Like int8, int4, character varying, etc. I'm trying to write
> another GUI client that can list all the database objects in Postgres.

See "System Catalogs" in the documentation; here's a link to the
latest version:

http://www.postgresql.org/docs/8.1/interactive/catalogs.html

You might also want to check out the Information Schema, which is
defined in the SQL standard.

http://www.postgresql.org/docs/8.1/interactive/information-schema.html

--
Michael Fuhr

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

Предыдущее
От: "Jonel Rienton"
Дата:
Сообщение: Data types
Следующее
От: James Cradock
Дата:
Сообщение: Re: Data types