Re: Can Postgres 8.x start if some disks containing tablespaces are not mounted?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Can Postgres 8.x start if some disks containing tablespaces are not mounted?
Дата
Msg-id 27824.1207148106@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Can Postgres 8.x start if some disks containing tablespaces are not mounted?  ("Morris Goldstein" <morris.x.goldstein@gmail.com>)
Ответы Re: Can Postgres 8.x start if some disks containing tablespaces are not mounted?
Список pgsql-general
"Morris Goldstein" <morris.x.goldstein@gmail.com> writes:
> Without going into a lot of details about our application, I'll just
> say that the ability to start Postgres with just the "startup schema"
> present is incredibly useful. On a SAN, we put this startup schema
> on a volume that is permanently bound to a node, and the other schema
> on a volume that can fail over to another node. Tablespaces allow us
> to start Postgres and then fail back the volume containing the second
> schema.

[ retrieves eyebrows from ceiling... ]  Have you actually tested this?
It sounds to me like you are thinking you can reattach the tablespace
to a different database instance, which is guaranteed not to work.
You've got to fail over the entire instance as a whole.

            regards, tom lane

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

Предыдущее
От: Tatsuo Ishii
Дата:
Сообщение: Re: PGCon 2008, Are you going?
Следующее
От: carty mc
Дата:
Сообщение: Re: dblink ,dblink_exec not participating in a Transaction??