Re: how to view all database,tables,users

Поиск
Список
Период
Сортировка
От Thomas Markus
Тема Re: how to view all database,tables,users
Дата
Msg-id 46541E0C.3010301@proventis.net
обсуждение исходный текст
Ответ на how to view all database,tables,users  (Mondi Ravi <ravimondi@wlink.com.np>)
Список pgsql-admin
use tables/views in scheme pg_catalog/information_schema

try
select * from pg_catalog.pg_database;
select * from pg_catalog.pg_user;
select * from pg_catalog.pg_tables;



Mondi Ravi schrieb:
> i can't find out command to show all databases,tables,users and
> integrity constraints relationships;
> yours sincerely
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 9: In versions below 8.0, the planner will ignore your desire to
>        choose an index scan if your joining column's datatypes do not
>        match
>


Вложения

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

Предыдущее
От: Andrew Sullivan
Дата:
Сообщение: Re: Can I restrict backups?
Следующее
От: Peter Elmers
Дата:
Сообщение: Re: Size of logfiles