No triggers, no rules. It's just a very boring, vanilla table. I have had plenty of cases where the inserts fail because many of the data types are different in the new table, and there is some junk that fails the cast. And even though the insert result seems to indicate that it only inserted some of the rows, when I do a count of the records after the insert, I find the same number of records in the new as in the old table. So it appears to be working correctly, but it's unsettling to see the insert result not match. Do I trust the count, or the insert result? Could this be a sign of some kind of corruption? Not sure how worried I should be. Cheers, Natalie On Jul 19, 2013, at 6:14 PM, Tom Lane <tgl@xxxxxxxxxxxxx> wrote: Natalie Wenz <nataliewenz@xxxxxxxxxxx> writes:I am moving some data from one table to another in 9.2.4, and keep seeing this strange scenario: |