CLOSE command tag

Поиск
Список
Период
Сортировка
От Neil Conway
Тема CLOSE command tag
Дата
Msg-id 1050988725.370.26.camel@tokyo
обсуждение исходный текст
Ответы Re: CLOSE command tag
Re: CLOSE command tag
Список pgsql-hackers
Is there a reason for this behavior?

nconway=# begin;
BEGIN
nconway=# declare foo cursor for select 1;
DECLARE CURSOR
nconway=# close foo;
CLOSE CURSOR
nconway=# close cursor foo;
ERROR:  parser: parse error at or near "foo" at character 14

(i.e. the CLOSE command tag is "CLOSE CURSOR", which doesn't even appear
to be a command)

Cheers,

Neil



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

Предыдущее
От: "S -"
Дата:
Сообщение: The main 'main() ' of postgresql.
Следующее
От: Neil Conway
Дата:
Сообщение: Re: The main 'main() ' of postgresql.