From: | Ireneusz Pluta <ipluta(at)wp(dot)pl> |
---|---|
To: | Mondi Ravi <ravimondi(at)wlink(dot)com(dot)np> |
Cc: | pgsql-admin(at)postgresql(dot)org |
Subject: | Re: how to view all database,tables,users |
Date: | 2007-05-23 12:03:58 |
Message-ID: | 46542DAE.4000501@wp.pl |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
Mondi Ravi napisał(a):
> i can't find out command to show all databases,tables,users and
> integrity constraints relationships;
> yours sincerely
See tables and views of system catalogs:
http://www.postgresql.org/docs/8.2/interactive/catalogs.html
and use just SELECT statements on them to get what want.
You may use some of:
http://www.postgresql.org/docs/8.2/interactive/functions-info.html
http://www.postgresql.org/docs/8.2/interactive/functions-admin.html
functions in these statements.
>
>
> ---------------------------(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
>
>
>
>
From | Date | Subject | |
---|---|---|---|
Next Message | John DeSoi | 2007-05-23 12:24:56 | Re: Can I restrict backups? |
Previous Message | Peter Elmers | 2007-05-23 11:28:25 | Re: Size of logfiles |