sql command

Dear All,

Can any body help me about what SQL command to list "all data base" and
"all tables" on Postgres 8 by using PHP.

regards
Eko


---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://archives.postgresql.org
Eko Budi Setiyo [ Di, 29 März 2005 07:12 ] [ ID #727254 ]

Re: sql command

SELECT * FROM pg_database;

Eko Budi Setiyo wrote:
> Dear All,
>
> Can any body help me about what SQL command to list "all data base" and
> "all tables" on Postgres 8 by using PHP.
>
> regards
> Eko
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org

---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://archives.postgresql.org
Christopher Kings-Lyn [ So, 03 April 2005 05:00 ] [ ID #727256 ]
Datenbanken » gmane.comp.db.postgresql.php » sql command

Vorheriges Thema: problem with predefined variables
Nächstes Thema: PostgreSQL Backup Script