Re: Cursors WITH HOLD

From: Gurjeet Singh <singh(dot)gurjeet(at)gmail(dot)com>
To: pasman pasmański <pasman(dot)p(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Cursors WITH HOLD
Date: 2011-01-03 13:30:49
Message-ID: AANLkTi=-G6GAEt10S-n0iV_qmWNkjibKRaYK2Q0JS=xj@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

2010/12/30 pasman pasmański <pasman(dot)p(at)gmail(dot)com>

> Hello.
>
> I use Postgres 8.4.5 via perl DBI.
> And i try to use cursors WITH HOLD to materialize
> often used queries.
>
> My question is how many cursors may be
> declared per session and which memory setting s
> to adjust for them ?
>

I believe there's no maximum limit to the number of cursors in Postgres. It
is limited only by the amount of memory available to the Postgres process.

Regards,
--
gurjeet.singh
@ EnterpriseDB - The Enterprise Postgres Company
http://www.EnterpriseDB.com

singh(dot)gurjeet(at){ gmail | yahoo }.com
Twitter/Skype: singh_gurjeet

Mail sent from my BlackLaptop device

In response to

Browse pgsql-general by date

  From Date Subject
Next Message pasman pasmański 2011-01-03 13:47:37 Re: Cursors WITH HOLD
Previous Message Andre Lopes 2011-01-03 13:14:07 Re: Need advise for database structure for non linear data.