Obtaining nTuples from a cursor

Поиск
Список
Период
Сортировка
От Michael Dunn
Тема Obtaining nTuples from a cursor
Дата
Msg-id 3A7876AE.4020709@2cactus.com
обсуждение исходный текст
Список pgsql-general
I would like to know if there is a way to return nTuples for a cursor
without having to FETCH ALL from the cursor.  I am sorting over 500k
records and growing.. and return 1k at time from the cursor.  But, It
would be nice to obtain the number of records in the cursor with having
to either do a SELECT count(*) of the same query or returning ALL from
the cursor.  It is entirely innefficient...

Regards, Michael


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

Предыдущее
От: "cwz"
Дата:
Сообщение: Re: How do I list all tables?
Следующее
От: ""
Дата:
Сообщение: Re: Help me please!! -newbie-