Re: get list of databases and tables in Postgres

From: "Chris Boget" <chris(at)wild(dot)net>
To: "Majolee InfoTech" <info(at)majolee(dot)info>, "Wim Paulussen" <wim(at)chen(dot)be>
Cc: <pgsql-php(at)postgresql(dot)org>
Subject: Re: get list of databases and tables in Postgres
Date: 2004-03-01 14:29:28
Message-ID: 007801c3ff99$b29452d0$8c01a8c0@entropy
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

> select datname from pg_database;

Or simply:

\d

unless I'm missing something...

Chris

In response to

Responses

Browse pgsql-php by date

  From Date Subject
Next Message D. Wokan 2004-03-01 20:58:21 Re: get list of databases and tables in Postgres
Previous Message Majolee InfoTech 2004-03-01 11:41:06 Re: get list of databases and tables in Postgres