Re: moving system catalogs to another tablespace

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: moving system catalogs to another tablespace
Дата
Msg-id 6885.1254785055@sss.pgh.pa.us
обсуждение исходный текст
Ответ на moving system catalogs to another tablespace  (Jaime Casanova <jcasanov@systemguards.com.ec>)
Ответы Re: moving system catalogs to another tablespace  (scc <scott@corscadden.ca>)
Список pgsql-hackers
Jaime Casanova <jcasanov@systemguards.com.ec> writes:
> it seems like we can't do this. At least a get this error:

> db=# alter table pg_largeobject set tablespace otro;
> ERROR:  permission denied: "pg_largeobject" is a system catalog

You can move *all* of the system catalogs with ALTER DATABASE SET
TABLESPACE.  pg_largeobject might be a special case, but in general
I would think there's no use-case for moving individual catalogs.
        regards, tom lane


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

Предыдущее
От: Jaime Casanova
Дата:
Сообщение: moving system catalogs to another tablespace
Следующее
От: Brendan Jurd
Дата:
Сообщение: Re: [PATCH] DefaultACLs