Re: [Fwd: Re: [GENERAL] Creating new database]

2009-11-18 Thread Skylar Saveland
pg_dumpall dumps a cluster of databases. Malcolm Warren wrote: > -- > Sent via pgsql-general mailing list (pgsql-general@postgresql.org) > To make changes to your subscription: > http://www.postgresql.org/mailpref/pgsql-general -- Sent via pgsql-general mailing list (pgsql-general@postgresql.org)

[Fwd: Re: [GENERAL] Creating new database]

2009-11-18 Thread Malcolm Warren
--- Begin Message --- Thank you very much for your replies. It's clear to me from your replies that something very odd is going on, not least because I now see that if I connect with: psql template1 I see everything in database1, including data, whereas template1 should be empty. Luckily t