Re: keepliaves etc. as environment variables

2021-12-03 Thread Robert Haas
On Thu, Dec 2, 2021 at 8:59 PM Tatsuo Ishii  wrote:
> > On 2021-12-03 10:28:34 +0900, Tatsuo Ishii wrote:
> >> It seems there are no environment variables corresponding to keepalives
> >> etc. connection parameters in libpq. Is there any reason for this?
> >
> > PGOPTIONS='-c tcp_keepalive_*=foo' should work.
>
> Sorry I was not clear. I wanted to know why there are no specific
> environment variable for keepalives etc. like PGCONNECT_TIMEOUT.

In theory we could have an environment variable for every connection
parameter, but there's some cost to that. For example, if some program
wants to sanitize the environment of all PG-related environment
variables, it has more to do. It seems reasonable to me to have
environment variables only for the most important connection
parameters, rather than all of them. I would argue we've overdone it
already.

-- 
Robert Haas
EDB: http://www.enterprisedb.com




Re: keepliaves etc. as environment variables

2021-12-02 Thread Tatsuo Ishii
> Hi,
> 
> On 2021-12-03 10:28:34 +0900, Tatsuo Ishii wrote:
>> It seems there are no environment variables corresponding to keepalives
>> etc. connection parameters in libpq. Is there any reason for this?
> 
> PGOPTIONS='-c tcp_keepalive_*=foo' should work.

Sorry I was not clear. I wanted to know why there are no specific
environment variable for keepalives etc. like PGCONNECT_TIMEOUT.

Best reagards,
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese:http://www.sraoss.co.jp




Re: keepliaves etc. as environment variables

2021-12-02 Thread Andres Freund
Hi,

On 2021-12-03 10:28:34 +0900, Tatsuo Ishii wrote:
> It seems there are no environment variables corresponding to keepalives
> etc. connection parameters in libpq. Is there any reason for this?

PGOPTIONS='-c tcp_keepalive_*=foo' should work.

Greetings,

Andres Freund




keepliaves etc. as environment variables

2021-12-02 Thread Tatsuo Ishii
It seems there are no environment variables corresponding to keepalives
etc. connection parameters in libpq. Is there any reason for this?

Best reagards,
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese:http://www.sraoss.co.jp