Re: [HACKERS] Declare Cursor question again - Mailing list pgsql-hackers

From Dr. Michael Meskes
Subject Re: [HACKERS] Declare Cursor question again
Date
Msg-id 19980806221158.B266@feivel.online-club.de
Whole thread Raw
In response to AW: [HACKERS] Declare Cursor question again  (Andreas Zeugswetter <andreas.zeugswetter@telecom.at>)
List pgsql-hackers
On Thu, Aug 06, 1998 at 10:52:48AM +0200, Andreas Zeugswetter wrote:
> Informix can't eighter:
> informix@zeus:/usr/informix> esql hallo.ec
> esqlc: "hallo.ec", line 9: Error -33055: The name cur has already been used.
> 1 error(s) found
>
> I guess the objective has to be: be fast during execution
> and therefore a declare is probably better.

It doesn't make much of a speed difference. But my solution is not needed.
That's what prepare is for.

Michael
--
Dr. Michael Meskes        meskes@online-club.de, meskes@debian.org
Go SF49ers! Go Rhein Fire!    Use Debian GNU/Linux!

pgsql-hackers by date:

Previous
From: Brook Milligan
Date:
Subject: Re: [HACKERS] indexes and floats
Next
From: "Dr. Michael Meskes"
Date:
Subject: Re: [HACKERS] Declare Cursor question again