Re: Oracle vs PostgreSQL in real life - Mailing list pgsql-hackers

From Michael Meskes
Subject Re: Oracle vs PostgreSQL in real life
Date
Msg-id 20020301080507.GB17165@feivel.credativ.de
Whole thread Raw
In response to Re: Oracle vs PostgreSQL in real life  (Jean-Paul ARGUDO <jean-paul.argudo@idealx.com>)
List pgsql-hackers
On Thu, Feb 28, 2002 at 10:32:48AM +0100, Jean-Paul ARGUDO wrote:
> As I wrote it before there, it is an ECPG script that runs with bad perfs.
> ...
> it seems that on every commit, the cursor is closed

Cursors shouldn't be closed, but prepared statements are deallocated on each
commit. AFAIK this is what the standard says.

Michael
-- 
Michael Meskes
Michael@Fam-Meskes.De
Go SF 49ers! Go Rhein Fire!
Use Debian GNU/Linux! Use PostgreSQL!


pgsql-hackers by date:

Previous
From: Michael Meskes
Date:
Subject: Re: Oracle vs PostgreSQL in real life
Next
From: Michael Meskes
Date:
Subject: Re: Oracle vs PostgreSQL in real life