Re: [GENERAL] drop/rename table and transactions - Mailing list pgsql-general

From Jaco de Groot
Subject Re: [GENERAL] drop/rename table and transactions
Date
Msg-id 384113FA.F95CBF2C@gospelsjop.com
Whole thread Raw
In response to Re: [GENERAL] drop/rename table and transactions  (Lincoln Yeoh <lylyeoh@mecomb.com>)
List 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 by date:

Previous
From: Stan Jacobs
Date:
Subject: INT4 on Linux/2.2.9 (x86)
Next
From: Jaco de Groot
Date:
Subject: Re: [HACKERS] Re: [GENERAL] drop/rename table and transactions