[GENERAL] Retrieving query results - Mailing list pgsql-general

From Igor Korot
Subject [GENERAL] Retrieving query results
Date
Msg-id CA+FnnTxyLWyjY1goewmJNxC==HQCCF4fKkoCTa9qR36oRAHDPw@mail.gmail.com
Whole thread Raw
Responses Re: [GENERAL] Retrieving query results  (Michael Paquier <michael.paquier@gmail.com>)
List 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 by date:

Previous
From: Igor Korot
Date:
Subject: Re: [GENERAL] What is the proper query
Next
From: Devrim Gündüz
Date:
Subject: Re: [GENERAL] make postgresql 9.5 default on centos 7