Re: HELP pls - Mailing list pgsql-bugs

From spol@mail.ru
Subject Re: HELP pls
Date
Msg-id 48106CCE.7030701@mail.ru
Whole thread Raw
In response to Re: HELP pls  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
how to dump it ???
pg_dump is not working :
pg_dump: query to obtain list of schemas failed: ERROR:  more than one
row returned by a subquery used as an expression

Tom Lane ïèøåò:
> Alvaro Herrera <alvherre@commandprompt.com> writes:
>
>> spol@mail.ru wrote:
>>
>>> I don't know how, but i got 2 postgres users.
>>>
>
>
>> You've got transaction wraparound problems.  Start here:
>>
>
> Vacuuming isn't gonna help though.  The tuple at (0,2) has been frozen,
> which means that vacuum has certainly been run on the table since the
> update; so he's wrapped around so far that vacuum doesn't think it can
> remove the (0,1) tuple.
>
> I assume the OP is just trying to dump this database so he can upgrade
> to something remotely modern.  It might work to change the second
> tuple's usesysid to something else (eg, 2) so that pg_dump doesn't
> see multiple rows matching other objects' owner fields.
>
>             regards, tom lane
>
>
>

pgsql-bugs by date:

Previous
From: Kris Jurka
Date:
Subject: Re: Re: BUG #4123: Statement.setQueryTimeout does not work with Postgres Java Driver
Next
From: "Jacob Champlin"
Date:
Subject: BUG #4127: pg_dumpall -c unable to be restored without error