Re: how to view all database,tables,users - Mailing list pgsql-admin

From Thomas Markus
Subject Re: how to view all database,tables,users
Date
Msg-id 46541E0C.3010301@proventis.net
Whole thread Raw
In response to how to view all database,tables,users  (Mondi Ravi <ravimondi@wlink.com.np>)
List 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
>


Attachment

pgsql-admin by date:

Previous
From: Andrew Sullivan
Date:
Subject: Re: Can I restrict backups?
Next
From: Peter Elmers
Date:
Subject: Re: Size of logfiles