On Jul 10, 2009, at 7:38 PM, James B. Byrne wrote:
I have a situation with a Rails project where test data in mysteriously "disappearing" in the middle of a test run. I would like to see the exact SQL of all client requests issued against a single table during a fixed time span.
Are you sure you're looking at that data from the same connection, or if not, that the inserts get committed? I've seen data "disappear" if people forgot they were in a transaction block and didn't commit at the end.
Alban Hertroys -- If you can't see the forest for the trees, cut the trees and you'll see there is no forest. !DSPAM:737,4a58614910131561119940! -- Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general