If you like. I originally just made it happen if log_connections was set, but Neil wanted a separate setting for it. What is the consensus about a name?
cheers
andrew
Peter Eisentraut wrote:
Andrew Dunstan wrote:
This patch brings up to date what I did last year (now unfortunately
bitrotted) to allow the logging of the end of a session, enabled by
the config setting "log_session_end - true". It produces lines like
these:
If we log "session" end, shouldn't we also log "session" start, rather than "connection" start? It seems there should be some symmetry here, also for the configuration parameter names.
---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match