Re: Symbolic Links to Tablespaces

Поиск
Список
Период
Сортировка
От Tino Wildenhain
Тема Re: Symbolic Links to Tablespaces
Дата
Msg-id 483B0D27.8070100@wildenhain.de
обсуждение исходный текст
Ответ на Re: Symbolic Links to Tablespaces  ("Heikki Linnakangas" <heikki@enterprisedb.com>)
Ответы Re: Symbolic Links to Tablespaces  ("Heikki Linnakangas" <heikki@enterprisedb.com>)
Список pgsql-performance
Heikki Linnakangas wrote:
...
> Shut down the database server, replace the symbolic link in
> data/pg_tblspc to the new location, and start the server again. The
> location is also stored in pg_tablespace catalog; you'll need to fix it
> with "UPDATE pg_tablespace SET spclocation ='/someotherdir/xyz_tbl'
> WHERE spcname='xyz_tbl'", or pg_dumpall will still show the old location.
>
wouldn't alter tablespace be not more easy and less fragile?

T.

Вложения

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

Предыдущее
От: "Heikki Linnakangas"
Дата:
Сообщение: Re: Symbolic Links to Tablespaces
Следующее
От: "Heikki Linnakangas"
Дата:
Сообщение: Re: Symbolic Links to Tablespaces