Re: For cursors, there is FETCH and MOVE, why no TELL?

Поиск
Список
Период
Сортировка
От Marc Balmer
Тема Re: For cursors, there is FETCH and MOVE, why no TELL?
Дата
Msg-id 54D89054.4040600@msys.ch
обсуждение исходный текст
Ответ на Re: For cursors, there is FETCH and MOVE, why no TELL?  (Heikki Linnakangas <hlinnakangas@vmware.com>)
Ответы Re: For cursors, there is FETCH and MOVE, why no TELL?  (Marc Balmer <marc@msys.ch>)
Список pgsql-hackers

Am 09.02.15 um 10:46 schrieb Heikki Linnakangas:
> [...] 
> You could fairly easily write an extension to do that, btw. A C function
> could call GetPortalByName() and peek into the PortalData.portalPos field.
> 

Would

PGresult *PQdescribePortal(PGconn *conn, const char *portalName);

from libpq also provide this information?  Should there be a way to run
PQdescribePortal() from psql (e.g. \dP) ??



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

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: Re: New CF app deployment
Следующее
От: Amit Kapila
Дата:
Сообщение: Re: Parallel Seq Scan