Patch for ALTER DATABASE WITH TABLESPACE

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема Patch for ALTER DATABASE WITH TABLESPACE
Дата
Msg-id 490394B7.6090503@lelarge.info
обсуждение исходный текст
Ответы Re: Patch for ALTER DATABASE WITH TABLESPACE  (Bernd Helmle <mailings@oopsware.de>)
Список pgsql-hackers
Hi,

Here is my patch to add the ALTER DATABASE WITH TABLESPACE statement. It
is part of the TODO list. It intends to allow the move of all relations
of a database in its new default tablespace.

Comments welcome.

Regards.


--
Guillaume.
 http://www.postgresqlfr.org
 http://dalibo.com

Вложения

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

Предыдущее
От: Guillaume Lelarge
Дата:
Сообщение: Re: WIP : change tablespace for a database
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Regression in IN( field, field, field ) performance