On Wed, Oct 1, 2008 at 10:23 AM, Glyn Astill <[EMAIL PROTECTED]> wrote:
> Hi Chaps,
>
> I'm getting the aforementioned warning in my logs from a closed source piece 
> of software.  The software helps us convert over some old proprietary data 
> files, and it's basically just done a COPY into a newly created table, after 
> the warning it then goes on to create some indexes.
>
> I presume it's issuing some sort of commit or rollback without a begin, 
> however the programs authors are telling me that's not the case and their 
> software is not at fault.
>
> Does anyone know if something else could be causing it?

If you're using connection pooling it's possible that the a connection
is getting reused and a commit is happening there.

It's not an uncommon practice to do a rollback when first getting a
shared connection to make sure it's fresh and clean...

-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to