Re: postgres 8.2.9 transaction id wraparound failure

From: Scott Marlowe <scott(dot)marlowe(at)gmail(dot)com>
To: Maria(dot)L(dot)Wilson-1(at)nasa(dot)gov
Cc: Alvaro Herrera <alvherre(at)commandprompt(dot)com>, "Wilson, Maria Louise (LARC-E301)[SCIENCE SYSTEMS APPLICATIONS]" <m(dot)l(dot)wilson(at)nasa(dot)gov>, "jd(at)commandprompt(dot)com" <jd(at)commandprompt(dot)com>, "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org>
Subject: Re: postgres 8.2.9 transaction id wraparound failure
Date: 2009-04-20 18:55:24
Message-ID: dcc563d10904201155l61d56435lc2c85273285b78a4@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Mon, Apr 20, 2009 at 12:43 PM, Maria L. Wilson
<Maria(dot)L(dot)Wilson-1(at)nasa(dot)gov> wrote:
> ouch!!  ok - this may take me all week!
> i'm opening each database when I start up the server ( postgres --single -D
> /data/pg_devices /database1/ )

This is not specifying the db to connect to. You need:

postgres --single -D /data/pg_devices /database1/ postgres

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Maria L. Wilson 2009-04-20 19:00:18 Re: postgres 8.2.9 transaction id wraparound failure
Previous Message Jaime Casanova 2009-04-20 18:55:12 Re: postgres 8.2.9 transaction id wraparound failure