Re: functions returning sets

Поиск
Список
Период
Сортировка
От Alex Pilosov
Тема Re: functions returning sets
Дата
Msg-id Pine.BSO.4.10.10106301231230.7004-100000@spider.pilosoft.com
обсуждение исходный текст
Ответ на Re: functions returning sets  (Alex Pilosov <alex@pilosoft.com>)
Список pgsql-hackers
On Fri, 29 Jun 2001, Alex Pilosov wrote:

> > 
> > Yeah, that was what I had up my sleeve ... then
> > 
> >     select * from mycursor limit 1;
> > 
> > would be more or less equivalent to
> > 
> >     fetch 1 from mycursor;
Hmm, how would this be resolved if there's a (for example) table foo
and a cursor named foo? Warning? Error? 

Maybe syntax like 'select * from cursor foo' should be required syntax?

-alex



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Now it's my turn...
Следующее
От: "Ing. Roberto Andrade Fonseca"
Дата:
Сообщение: Re: Now it's my turn...