[Q] ODBC connect shows RELEASE / SAVEPOINT on selects - Mailing list pgsql-general

From V S P
Subject [Q] ODBC connect shows RELEASE / SAVEPOINT on selects
Date
Msg-id 1237248432.3596.1305752635@webmail.messagingengine.com
Whole thread Raw
In response to Re: Postgres 8.2.x support on Windows 2008  (Scott Marlowe <scott.marlowe@gmail.com>)
Responses [Q] ODBC Decimal(19,6)  ("V S P" <toreason@fastmail.fm>)
List 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@fastmail.fm

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


pgsql-general by date:

Previous
From: "Dann Corbit"
Date:
Subject: Re: (0x0000274D/10061) on Install
Next
From: "Raji Sridar (raji)"
Date:
Subject: Re: Postgres 8.2.x support on Windows 2008