Re: First-draft release notes for next week's releases

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: First-draft release notes for next week's releases
Дата
Msg-id 20140317235642.GU16438@awork2.anarazel.de
обсуждение исходный текст
Ответ на Re: First-draft release notes for next week's releases  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: First-draft release notes for next week's releases  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On 2014-03-17 19:55:01 -0400, Tom Lane wrote:
> > I think the best way to really cleanup a table is to use something like:
> > ALTER TABLE rew ALTER COLUMN data TYPE text USING (data);
> > where text is the previous type of the column. That should trigger a
> > full table rewrite, without any finesse about tracking ctid chains.
> 
> Um... don't we have logic in there that's smart enough to short-circuit
> that?

Not with USING present I think?

Greetings,

Andres Freund

-- Andres Freund                       http://www.2ndQuadrant.com/PostgreSQL Development, 24x7 Support, Training &
Services



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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: First-draft release notes for next week's releases
Следующее
От: Tom Lane
Дата:
Сообщение: Re: First-draft release notes for next week's releases