Re: [HACKERS] Declare Cursor question again

From: "Dr(dot) Michael Meskes" <meskes(at)online-club(dot)de>
To: "'hackers(at)postgresql(dot)org'" <hackers(at)postgresql(dot)org>
Subject: Re: [HACKERS] Declare Cursor question again
Date: 1998-08-06 20:11:58
Message-ID: 19980806221158.B266@feivel.online-club.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Aug 06, 1998 at 10:52:48AM +0200, Andreas Zeugswetter wrote:
> Informix can't eighter:
> informix(at)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(at)online-club(dot)de, meskes(at)debian(dot)org
Go SF49ers! Go Rhein Fire! Use Debian GNU/Linux!

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Brett McCormick 1998-08-06 22:19:21 Re: [HACKERS] CVS and the backend
Previous Message Dr. Michael Meskes 1998-08-06 20:11:11 Re: [HACKERS] Declare Cursor question again