Re: Meta data about object in postgres

Поиск
Список
Период
Сортировка
От glenn
Тема Re: Meta data about object in postgres
Дата
Msg-id 1074520931.30390.6.camel@odin.valhalla
обсуждение исходный текст
Ответ на Meta data about object in postgres  (raghu_k_n@yahoo.com (Raghu))
Список pgsql-novice
Hi -
I've always wanted to know this - so now I've got an excuse to find out.
Ok. Check out chapter 44 of the doco called "system catalogs" - it looks
quite promising (though not overly friendly or straight forward),
especially tables pg_database, pg_class and pg_attribute.

Glenn

On Wed, 2004-01-14 at 20:00, Raghu wrote:
> Hi,
> I am relatively new to postgres. I want to know if there are tables
> (Meta data tables) that give me information abt all the tables that
> exist in my database etc. Some thing similar to all_tables in oracle.
>
> Also, is there a command to describe the columns in the table. Similar
> to desc table_name in oracle.
>
> Thanx in advance,
> Raghu.
>
> ---------------------------(end of broadcast)---------------------------
> TIP 8: explain analyze is your friend
>


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Discarding UNIQUE temporarily?
Следующее
От: George Weaver
Дата:
Сообщение: Re: How can I select a comment on a column in a query?