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 15645.1206987035@sss.pgh.pa.us
обсуждение исходный текст
Ответ на 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?  ("Gurjeet Singh" <singh.gurjeet@gmail.com>)
Re: Can Postgres 8.x start if some disks containing tablespaces are not mounted?  ("Morris Goldstein" <morris.x.goldstein@gmail.com>)
Список pgsql-general
"Morris Goldstein" <morris.x.goldstein@gmail.com> writes:
> Suppose I have a database with $PGDATA on /dev/sda, and a tablespace
> directory on /dev/sdb. Will Postgres start successfully if /dev/sda is
> mounted and /dev/sdb is not? If not, why not?

It will start, but you will have unpleasant failures when you try to use
tables in the secondary tablespace ... note that if autovacuum is on,
that is likely to happen even without any explicit action on your part.

            regards, tom lane

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

Предыдущее
От: Zdenek Kotala
Дата:
Сообщение: Re: Can Postgres 8.x start if some disks containing tablespaces are not mounted?
Следующее
От: "Pavan Deolasee"
Дата:
Сообщение: Re: [HACKERS] ANALYZE getting dead tuple count hopelessly wrong