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 ---------------------------(end of broadcast)--------------------------- TIP 4: Don't 'kill -9' the postmaster