Re: postgres 8.2.9 transaction id wraparound failure

Поиск
Список
Период
Сортировка
От Maria L. Wilson
Тема Re: postgres 8.2.9 transaction id wraparound failure
Дата
Msg-id 49ECC642.9050205@nasa.gov
обсуждение исходный текст
Ответ на Re: postgres 8.2.9 transaction id wraparound failure  (Scott Marlowe <scott.marlowe@gmail.com>)
Список 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.L.Wilson-1@nasa.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
>

В списке pgsql-admin по дате отправления:

Предыдущее
От: Scott Marlowe
Дата:
Сообщение: Re: postgres 8.2.9 transaction id wraparound failure
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: postgres 8.2.9 transaction id wraparound failure