Yeah, darwin is the database I want to backup, but it complains about
template1 not existing.. I can psql into both darwin and template1 - but I
can pg_dump neither.

nm

On Wed, 6 Oct 1999, Mike Mascari wrote:

> > [nikm@db01 /tmp]# pg_dump -o  darwin > q
> > pg_dump: couldn't find the template1 database.  You
> > are really hosed.
> > Giving up.
> 
> You show yourself attempting to dump a database
> called "darwin", while connecting to and displaying
> tables in the "template1" database. If the data you
> wish to dump is in template1, you should issue the
> command:
> 
> pg_dump -o  template1 > q
> 
> Hope that helps,


************

Reply via email to