Re: System Tables

Поиск
Список
Период
Сортировка
От Andrew J. Kopciuch
Тема Re: System Tables
Дата
Msg-id 200211281117.13393.akopciuch@bddf.ca
обсуждение исходный текст
Ответ на System Tables  (Steve Jackson <asdasdfwea@asweweasdv.net>)
Список pgsql-hackers
On Thursday 28 November 2002 00:32, Steve Jackson wrote:
> Hi
>
> Has anyone of you a good pointer to a description of where in the system
> tables I may find what informations? I try to code a generic procedure
> which gets information (like field type, field length, foreign keys...)
> about tables and fields from a system table.
>

Read the man page for psql.  
Check out the section for PSQL META_COMMANDS.

Sounds like everything you need is in there.

Andy



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

Предыдущее
От: Neil Conway
Дата:
Сообщение: Re: System Tables
Следующее
От: Ian Barwick
Дата:
Сообщение: Re: Boolean casting in 7.3 -> changed?