Type: | integer |
Default: | 0 (0s) |
Min: | 0 (0s) |
Max: | 60 (1min) |
Unit: | seconds (s) |
Context: | sighup |
Restart: | false |
The amount of time to delay just after a new server process is forked, before it conducts the authentication procedure. This is intended to give developers an opportunity to attach to the server process with a debugger to trace down misbehavior in authentication. If this value is specified without units, it is taken as seconds. A value of zero (the default) disables the delay. This parameter can only be set in the postgresql.conf file or on the server command line.
Recommendations
Primarily used for attaching debuggers to sessions.
On StackOverflow
- Postgresql doesn't use memory for caching
- Geoserver WFS + PostgreSQL with large table impossibly slow
- Why does "explain analyzing" this query fnish fast (showing a parallel plan), while running the actual query without "explain analyze" doesn't?
- Postgresql sequential scan slow performance on 500 million rows