[HACKERS] CREATE/DROP table in transactional block. - Mailing list pgsql-hackers

From Robson Paniago de Miranda
Subject [HACKERS] CREATE/DROP table in transactional block.
Date
Msg-id f52f824e97bb37ad1fd511cd71069d10
Whole thread Raw
List pgsql-hackers
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.

------------------------------

pgsql-hackers by date:

Previous
From: "James A. Hillyerd"
Date:
Subject: Re: [HACKERS] 6.1 issues resolved
Next
From: Bruce Momjian
Date:
Subject: [HACKERS] Updated TODO list