[GENERAL] Retrieving query results

Поиск
Список
Период
Сортировка
От Igor Korot
Тема [GENERAL] Retrieving query results
Дата
Msg-id CA+FnnTxyLWyjY1goewmJNxC==HQCCF4fKkoCTa9qR36oRAHDPw@mail.gmail.com
обсуждение исходный текст
Ответы Re: [GENERAL] Retrieving query results
Список pgsql-general
 Hi, ALL,
[quote]
PQntuples

Returns the number of rows (tuples) in the query result. Because it
returns an integer result, large result sets might overflow the return
value on 32-bit operating systems.

int PQntuples(const PGresult *res);
 [/quote]

Is there another way to not to overflow the result?

Thank you.


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

Предыдущее
От: Igor Korot
Дата:
Сообщение: Re: [GENERAL] What is the proper query
Следующее
От: Devrim Gündüz
Дата:
Сообщение: Re: [GENERAL] make postgresql 9.5 default on centos 7