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