Re: Upgrading from 7.4 to 8.1

From: Naomi Walker <nwalker(at)eldocomp(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Alvaro Herrera <alvherre(at)commandprompt(dot)com> , "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org> , William Bloom <wbloom(at)eldocomp(dot)com>
Subject: Re: Upgrading from 7.4 to 8.1
Date: 2006-08-31 18:16:30
Message-ID: 44F7277E.2000205@eldocomp.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Thank you! Yes, there was a bogus user with a name ^c, which we dropped.

Tom Lane wrote:
> Alvaro Herrera <alvherre(at)commandprompt(dot)com> writes:
>> What are the exact options? I tried to reproduce it here, using a 8.1
>> and 8.2 pg_dumpall, and a 7.4 server, and couldn't.
>
>>> CREATE ROLE "";
>>> ALTER ROLE "" WITH NOSUPERUSER INHERIT NOCREATEROLE NOCREATEDB LOGIN;
>
>> This is weird anyway -- do you really have a role named "" (empty
>> string)?
>
> It's not "empty string", it's '\003' as shown by the failure:
>
> query was: SELECT useconfig[1] FROM pg_shadow WHERE usename = E'\003'
>
> The problem is evidently that appendStringLiteral tries to use E syntax
> in an inappropriate context, ie, while talking to a server that doesn't
> understand it. This is fixed in HEAD (by using appendStringLiteralConn)
> but I'm not sure if there is any very good way to fix it in the back
> branches.
>
> In the short term, Naomi's best workaround is surely to drop or rename
> that user ... it hardly seems likely that the name is anything but a
> typo.
>
> regards, tom lane

--
----------------------------------------------------------------------------
Naomi Walker Chief Information Officer
Eldorado Computing, Inc. nwalker(at)eldocomp(dot)com 602-604-3100
----------------------------------------------------------------------------
Far and away the best prize that life offers is the chance to work hard at
work worth doing. - Theodore Roosevelt
----------------------------------------------------------------------------

-- CONFIDENTIALITY NOTICE --

Information transmitted by this e-mail is proprietary to MphasiS and/or its Customers and is intended for use only by the individual or entity to which it is addressed, and may contain information that is privileged, confidential or exempt from disclosure under applicable law. If you are not the intended recipient or it appears that this e-mail has been forwarded to you without proper authority, you are notified that any use or dissemination of this information in any manner is strictly prohibited. In such cases, please notify us immediately at mailmaster(at)mphasis(dot)com and delete this mail from your records.

Browse pgsql-admin by date

  From Date Subject
Next Message Tom Lane 2006-08-31 18:38:24 Re: Postgresql 8.1.4 on FreeBSD6.1 core dump when pg_dump
Previous Message Tom Lane 2006-08-31 18:09:53 Re: Upgrading from 7.4 to 8.1