| От | Tom Lane |
|---|---|
| Тема | Re: Protocol question regarding Portal vs Cursor |
| Дата | |
| Msg-id | 123128.1699370802@sss.pgh.pa.us обсуждение |
| Ответ на | Protocol question regarding Portal vs Cursor (Dave Cramer <davecramer@gmail.com>) |
| Ответы |
Re: Protocol question regarding Portal vs Cursor
|
| Список | pgsql-hackers |
Dave Cramer <davecramer@gmail.com> writes:
> If we use a Portal it is possible to open the portal and do a describe and
> then Fetch N records.
> Using a Cursor we open the cursor. Is there a corresponding describe and a
> way to fetch N records without getting the fields each time. Currently we
> have to send the SQL "fetch <direction> N" and we get the fields and the
> rows. This seems overly verbose.
Portals and cursors are pretty much the same thing, so why not use
the API that suits you better?
regards, tom lane
В списке pgsql-hackers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера