Re: SELECT database meta-info?

Поиск
Список
Период
Сортировка
От Dani Oderbolz
Тема Re: SELECT database meta-info?
Дата
Msg-id 3EC775AB.4080206@ecologic.de
обсуждение исходный текст
Ответ на SELECT database meta-info?  (Rene Veerman <rene@outerheaven.net>)
Список pgsql-novice
Rene Veerman wrote:

>Hi. I can't find the manual entry on how to get meta-information out of a
>postgresql db. I'm particularly interested in which tables exist in a db, and
>what the field-types are for their fields.
>
>Greets,
> RV
>
>
>---------------------------(end of broadcast)---------------------------
>TIP 4: Don't 'kill -9' the postmaster
>
>
>
Hi,
check for "system catalogs" in the documentation. You will find that all
the
Metadata tabbles have a name starting with pg_.

Cheers, Dani



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

Предыдущее
От: Nabil Sayegh
Дата:
Сообщение: 7.2.1 => 7.3.2
Следующее
От: Dani Oderbolz
Дата:
Сообщение: Re: Problems with join (no such attribute, but it exists)