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.org
if 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
---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match