Re: [GENERAL] drop/rename table and transactions

Поиск
Список
Период
Сортировка
От Jaco de Groot
Тема Re: [GENERAL] drop/rename table and transactions
Дата
Msg-id 384113FA.F95CBF2C@gospelsjop.com
обсуждение исходный текст
Ответ на Re: [GENERAL] drop/rename table and transactions  (Lincoln Yeoh <lylyeoh@mecomb.com>)
Список pgsql-general
> Is it possible to achieve your goals by using things like
> "delete * from table1 where id!=stuffIwant" instead of dropping it?

Yes, I think I better use delete statements instead of drop statements
knowing PostgreSQL can't always handle drop/rename statements in
transactions correctly.

Jaco de Groot

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

Предыдущее
От: Stan Jacobs
Дата:
Сообщение: INT4 on Linux/2.2.9 (x86)
Следующее
От: Jaco de Groot
Дата:
Сообщение: Re: [HACKERS] Re: [GENERAL] drop/rename table and transactions