PQconnect()

Started by Igor Korotover 1 year ago2 messagesgeneral
Jump to latest
#1Igor Korot
ikorot01@gmail.com

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.

#2David G. Johnston
david.g.johnston@gmail.com
In reply to: Igor Korot (#1)
Re: PQconnect()

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.