Re: [ADMIN] Transaction isolation and UNION queries

2003-02-28 Thread Tom Lane
Bob Smith <[EMAIL PROTECTED]> writes: > I have a question about transaction isolation that I can't find an > answer to in the docs. I'm working with a database that has some data > split over two tables. One table is the ultimate destination for all > the data, the other is a "pending" table w

[ADMIN] Transaction isolation and UNION queries

2003-02-27 Thread Bob Smith
I have a question about transaction isolation that I can't find an answer to in the docs. I'm working with a database that has some data split over two tables. One table is the ultimate destination for all the data, the other is a "pending" table which holds rows during data entry. Rows from