Re: MOVE in SQL vs PLPGSQL

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: MOVE in SQL vs PLPGSQL
Дата
Msg-id 43438C5F.9070502@archonet.com
обсуждение исходный текст
Ответ на MOVE in SQL vs PLPGSQL  (andrew@pillette.com)
Список pgsql-sql
andrew@pillette.com wrote:
> I can't find a good way to skip over a large number of records in
> PLPGSQL (I want to fast-forward and I don't need the I/O of reading
> and throwing away hundreds of records.) In SQL, I could just use
> MOVE. That doesn't appear to be supported in PLPGSQL?! Help?

Andrew - your question doesn't seem to make sense - can you give some 
more details? Are you having some problem with cursors in plpgsql?

--  Richard Huxton  Archonet Ltd


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

Предыдущее
От: Michael Fuhr
Дата:
Сообщение: Re: regular expression
Следующее
От: Richard Huxton
Дата:
Сообщение: Re: creating postgres tables by passing a string to function