Search Postgresql Archives

Re: wal_sender_timeout default

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, May 7, 2020 at 8:56 AM Jasen Lentz <jlentz@xxxxxxxxxxxx> wrote:

In Postgres 11.6-2, what is the default timeout for wal_sender_timeout if it is commented out?

 


The same value you would get if you uncommented the commented out setting...

Also the value you would get by querying the database while the setting is commented out (assuming it isn't being set elsewhere).

show wal_sender_timeout;
select * from pg_settings where name = 'wal_sender_timeout';

Its also the value that the documentation says is the default value.


David J.


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]

  Powered by Linux