Re: postgres 8.2.9 transaction id wraparound failure

From: "Maria L(dot) Wilson" <Maria(dot)L(dot)Wilson-1(at)nasa(dot)gov>
To: Scott Marlowe <scott(dot)marlowe(at)gmail(dot)com>
Cc: "Wilson, Maria Louise (LARC-E301)[SCIENCE SYSTEMS APPLICATIONS]" <m(dot)l(dot)wilson(at)nasa(dot)gov>, Alvaro Herrera <alvherre(at)commandprompt(dot)com>, "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 19:00:18
Message-ID: 49ECC642.9050205@nasa.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

sorry for the confusion - from what the docs - i am starting out the
single user like this.....

postgres --single -D /data/pg_devices postgres

*that connects me to the "postgres" database

postgres --single -D /data/pg_devices n001acs

*that connects me to the "n001acs" database.......

then I am issuing a vacuum command with each session..... Sound okay?

Scott Marlowe wrote:
> 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

Browse pgsql-admin by date

  From Date Subject
Next Message Alvaro Herrera 2009-04-20 19:03:37 Re: postgres 8.2.9 transaction id wraparound failure
Previous Message Scott Marlowe 2009-04-20 18:55:24 Re: postgres 8.2.9 transaction id wraparound failure