Thread: PQconnect()

PQconnect()

From
Igor Korot
Date:
Hi, ALL,
In the https://www.postgresql.org/docs/8.1/libpq.html#LIBPQ-CONNECT
it gives the "options" parameter", but it doesn't specify what options
are available.

Could someone please reference this?

I am specifically looking for the "KeepAlive" option...

Thank you.



Re: PQconnect()

From
"David G. Johnston"
Date:
On Wed, Jul 31, 2024 at 9:28 AM Igor Korot <ikorot01@gmail.com> wrote:
Hi, ALL,
In the https://www.postgresql.org/docs/8.1/libpq.html#LIBPQ-CONNECT
it gives the "options" parameter", but it doesn't specify what options
are available.


You are looking at the 8.1 docs.  Don't do that.

Feel free to report back if you find a similar lack still exists in current documentation.

David J.