Re: get list of databases and tables in Postgres - Mailing list pgsql-php

From Chris Boget
Subject Re: get list of databases and tables in Postgres
Date
Msg-id 007801c3ff99$b29452d0$8c01a8c0@entropy
Whole thread Raw
In response to get list of databases and tables in Postgres  (Wim Paulussen <wim@chen.be>)
Responses Re: get list of databases and tables in Postgres  ("D. Wokan" <wokan@cox.net>)
Re: get list of databases and tables in Postgres  ("Chris Smith" <chris@interspire.com>)
List pgsql-php
> select datname from pg_database;

Or simply:

\d

unless I'm missing something...

Chris


pgsql-php by date:

Previous
From: "Majolee InfoTech"
Date:
Subject: Re: get list of databases and tables in Postgres
Next
From: "D. Wokan"
Date:
Subject: Re: get list of databases and tables in Postgres