Re: [HACKERS] Standards question

Поиск
Список
Период
Сортировка
От Thomas G. Lockhart
Тема Re: [HACKERS] Standards question
Дата
Msg-id 35C7B7EA.D7DFF5C3@alumni.caltech.edu
обсуждение исходный текст
Ответ на Standards question  ("Dr. Michael Meskes" <meskes@online-club.de>)
Список pgsql-hackers
> 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?

Things should evaluate at the "open". I recall that the cursor
declaration is allowed to happen up in the declarations section of the
program or routine (at least on my old Ingres installation)...

                   - Tom

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: OR clause status
Следующее
От: Roland Roberts
Дата:
Сообщение: Re: [HACKERS] Standards question