Re: How to get the all tables, triggers, fuctions available in my database

Поиск
Список
Период
Сортировка
От Wojtek
Тема Re: How to get the all tables, triggers, fuctions available in my database
Дата
Msg-id 4A8FE9FF.6030108@twine.pl
обсуждение исходный текст
Ответ на How to get the all tables, triggers, fuctions available in my database  (Jignesh Shah <jignesh.shah1980@gmail.com>)
Список pgsql-novice
Jignesh Shah wrote:
> Hi,
>
> I have connected to my databade "mydb". I want to check how many
> tables triggers, fuctions available in this database. What commands I
> should use for this? Is there any system table that PostgreSQL
> maintains to which I can query for this?
>
> Thanks,
> Jignesh
Hi,

try exploring pg_catalog

http://www.postgresql.org/docs/8.3/static/catalogs.html

Regards,
foo

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

Предыдущее
От: Michael Rowan
Дата:
Сообщение: GROUP BY difficulties
Следующее
От: Wolfgang Keller
Дата:
Сообщение: Generate LaTeX doc from PostgreSQL (autodoc)?