Re: [HACKERS] Standards question - Mailing list pgsql-hackers

From Roland Roberts
Subject Re: [HACKERS] Standards question
Date
Msg-id x64svs428m.fsf@tycho.rlent.pnet
Whole thread Raw
In response to Standards question  ("Dr. Michael Meskes" <meskes@online-club.de>)
List pgsql-hackers
>>>>> "Thomas" == Thomas G Lockhart <lockhart@alumni.caltech.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@panix.com                           101 West 15th St #4NN
                                               New York, NY 10011

pgsql-hackers by date:

Previous
From: "Thomas G. Lockhart"
Date:
Subject: Re: [HACKERS] Standards question
Next
From: "Dr. Michael Meskes"
Date:
Subject: Standards question