Re: [HACKERS] Standards question

From: Roland Roberts <roberts(at)panix(dot)com>
To: PostgreSQL Hacker <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Re: [HACKERS] Standards question
Date: 1998-08-05 02:00:09
Message-ID: x64svs428m.fsf@tycho.rlent.pnet
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

>>>>> "Thomas" == Thomas G Lockhart <lockhart(at)alumni(dot)caltech(dot)edu> writes:

>> i=1;
>> exec sql declare C cursor for select name from table where nr=:i;
>> i=2;
>> exec sql open C; Which row will be selected?

Thomas> Things should evaluate at the "open".
[...]

This is also how it works with Oracle.

roland
--
Roland B. Roberts, PhD Custom Software Solutions
roberts(at)panix(dot)com 101 West 15th St #4NN
New York, NY 10011

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andreas Zeugswetter 1998-08-05 07:10:46 AW: [HACKERS] Standards question
Previous Message Thomas G. Lockhart 1998-08-05 01:39:54 Re: [HACKERS] Standards question