Re: Oracle vs PostgreSQL in real life

Поиск
Список
Период
Сортировка
От Michael Meskes
Тема Re: Oracle vs PostgreSQL in real life
Дата
Msg-id 20020301080507.GB17165@feivel.credativ.de
обсуждение исходный текст
Ответ на Re: Oracle vs PostgreSQL in real life  (Jean-Paul ARGUDO <jean-paul.argudo@idealx.com>)
Список 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 по дате отправления:

Предыдущее
От: Michael Meskes
Дата:
Сообщение: Re: Oracle vs PostgreSQL in real life
Следующее
От: Michael Meskes
Дата:
Сообщение: Re: Oracle vs PostgreSQL in real life