Re: What's the XID?

From: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
To: "ivan(dot)hou" <ivan(dot)hou(at)msa(dot)hinet(dot)net>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: What's the XID?
Date: 2007-12-31 03:45:18
Message-ID: 477865CE.5000305@commandprompt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

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

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Suresh Gupta VG 2007-12-31 06:21:38 Need some help in psql Configuration
Previous Message ivan.hou 2007-12-31 03:05:12 Re: What's the XID?