I had a problem creating a table and dropping it in the same
transactional block. After doing that, I had some serious corruptions in
database (i.e. a table was empty before, and, after this transaction,
the backend dumps core when I try a SELECT * from table, and a SELECT
COUNT (*) from table returns a false value (the last I saw was 18...).
This is a bug or I really can't create and drop a table in the same
transaction?
Robson.
------------------------------