On Wed, Aug 27, 2003 at 08:09:16 -0500,
Bruno Wolff III <bruno(at)wolff(dot)to> wrote:
> On Wed, Aug 27, 2003 at 20:37:14 +1000,
> Peter Moscatt <pgmoscatt(at)optushome(dot)com(dot)au> wrote:
> > Is there a SQL command I can issue which will list all the TABLES within
> > a database ?
>
> select datname from pg_database;
This was an oops. I misread your question as asking for all databases,
not tables.