Re: [HACKERS] Standards question

Поиск
Список
Период
Сортировка
От Roland Roberts
Тема Re: [HACKERS] Standards question
Дата
Msg-id x64svs428m.fsf@tycho.rlent.pnet
обсуждение исходный текст
Ответ на Standards question  ("Dr. Michael Meskes" <meskes@online-club.de>)
Список 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 по дате отправления:

Предыдущее
От: "Thomas G. Lockhart"
Дата:
Сообщение: Re: [HACKERS] Standards question
Следующее
От: "Dr. Michael Meskes"
Дата:
Сообщение: Standards question