Re: WIP : change tablespace for a database

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема Re: WIP : change tablespace for a database
Дата
Msg-id 4903926F.9020909@lelarge.info
обсуждение исходный текст
Ответ на Re: WIP : change tablespace for a database  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Tom Lane a écrit :
> Guillaume Lelarge <guillaume@lelarge.info> writes:
>> So, it seems to work. I say "seems" because there's no XLOG record that
>> says I moved all relations from one tablespace to another. Am I right in
>> thinking I need to insert a new XLOG record? should I create a new one?
> 
> You certainly need to do *something* about that.  But are you sure there
> aren't any existing record types that will work?  Look at CREATE/DROP
> DATABASE.
> 

You're right. I found what I needed. I will send my patch in a few moments.

Thanks a lot.


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


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

Предыдущее
От: "Dave Gudeman"
Дата:
Сообщение: Re: Handling NULL records in plpgsql
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: Patch for ALTER DATABASE WITH TABLESPACE