Re: 7.3.1 takes long time to vacuum table?

Поиск
Список
Период
Сортировка
От Shridhar Daithankar
Тема Re: 7.3.1 takes long time to vacuum table?
Дата
Msg-id 3E552CAE.29144.362F46@localhost
обсуждение исходный текст
Ответ на Re: 7.3.1 takes long time to vacuum table?  ("Mark Cave-Ayland" <m.cave-ayland@webbased.co.uk>)
Список pgsql-general
On 20 Feb 2003 at 13:23, Mark Cave-Ayland wrote:

> P.S. Have just received your other email while writing this, and the
> procedure you described is pretty close to what we're doing. However, we
> need to manually add back various constraints/default values into the
> table columns which is a bit of a pain... wish it could be a little more
> automatic.

Well, postgresql DDL's are transaction safe. So if you rename a table in a
transaction, that won't be visible until you commit transaction.

That is the reason I described transaction in my last mail. If you encapsulate
it that way, it should not affect any referential constraints anyway. At least
that is the theory. Try it and let us know..

Bye
 Shridhar

--
intoxicated, adj.:    When you feel sophisticated without being able to pronounce
it.


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

Предыдущее
От: "Philippe Kiener"
Дата:
Сообщение: Changing text encoding rapidly
Следующее
От: "Ian Harding"
Дата:
Сообщение: Re: Should this scare me?