ivan.hou wrote:
the read xacts.Why aren't you using the pgstats xact counters for that? regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 4: Have you searched our list archives? http://archives.postgresql.orgif no begin or commit , then the xid would also be increased ??
Yes. If you don't do a begin or commit, then it is a transaction per statement.
Joshua D. Drake