[Q] ODBC connect shows RELEASE / SAVEPOINT on selects

From: "V S P" <toreason(at)fastmail(dot)fm>
To: pgsql-general(at)postgresql(dot)org
Subject: [Q] ODBC connect shows RELEASE / SAVEPOINT on selects
Date: 2009-03-17 00:07:12
Message-ID: 1237248432.3596.1305752635@webmail.messagingengine.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello,
a newbie question:

I am using ODBC on windows (the unicode version) to connect to 8.3.3
running on
the same machine (XP 32 bit).

My C++ program uses OTL C++ library (it's ODBC functions)

Every time I execute a simple
select fld from mytable;

I see this

LOG: duration: 0.000 ms statement: RELEASE _EXEC_SVP_01B06868
LOG: duration: 0.000 ms statement: SAVEPOINT _EXEC_SVP_01B06868

my connection is set to no autocommit

so I do not understand why I am seeing savepoints and release

(I have some other code against the same DB instance but from PHP, and I
did not see
those messages in the log).

Thanks in advance,
Vlad
--
V S P
toreason(at)fastmail(dot)fm

--
http://www.fastmail.fm - A no graphics, no pop-ups email service

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Joachim Tranvåg 2009-03-17 00:44:15 Re: (0x0000274D/10061) on Install
Previous Message Dann Corbit 2009-03-16 23:49:31 Re: (0x0000274D/10061) on Install