Re: pg_dump / pg_upgrade problem - Mailing list pgsql-admin

From Stephan Szabo
Subject Re: pg_dump / pg_upgrade problem
Date
Msg-id 20020210103759.M70703-100000@megazone23.bigpanda.com
Whole thread Raw
In response to Re: pg_dump / pg_upgrade problem  (Simone Tellini <tellini@areabusiness.it>)
Responses Re: pg_dump / pg_upgrade problem  (Simone Tellini <tellini@areabusiness.it>)
List pgsql-admin
On Sun, 10 Feb 2002, Simone Tellini wrote:

>
> On Sun, 10 Feb 2002 10:49:29 -0700
> Naomi Walker <nwalker@eldocomp.com> wrote:
>
> NW> My guess is that this will not be hard to fix.  What did you have to
> NW> change, exactly, to make it work?  I've got a mixed case dbname.
>
> for database names you just need to find the '\connect dbname user' line
> and turn it into '\connect "dbname" user'
>
> For usernames it isn't so simple, as it'll fail later on (when assigning
> table owners and stuff, I guess).

Do you know what lines it's failing on in the dump specifically (for
purposes of fixing it)?


pgsql-admin by date:

Previous
From: Simone Tellini
Date:
Subject: Re: pg_dump / pg_upgrade problem
Next
From: Simone Tellini
Date:
Subject: Re: pg_dump / pg_upgrade problem