Re: SQL to list databases? - Mailing list pgsql-sql

From Horst Herb
Subject Re: SQL to list databases?
Date
Msg-id 200301241358.14785.hherb@gnumed.net
Whole thread Raw
In response to SQL to list databases?  (Ben Siders <bsiders@cms-stl.com>)
List pgsql-sql
On Fri, 24 Jan 2003 05:56, you wrote:
> Is there a query that will return all the databases available, similar
> to what psql -l does?

select * from pg_database;

Horst


pgsql-sql by date:

Previous
From: Boris Klug
Date:
Subject: Please include hier-patch in next PostgreSQL version
Next
From: "Seethalakshmi VB"
Date:
Subject: Creating tables from within functions