Re: [GENERAL] drop/rename table and transactions

Jaco de Groot <jaco@gospelsjop.com>

From: Jaco de Groot <jaco@gospelsjop.com>
To: pgsql-general@postgreSQL.org
Date: 1999-11-28T11:37:30Z
Lists: pgsql-hackers
> 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