Hi all
suppose I started the server with the following command
pg_ctl -D . . . start -l <logfilename>
is there a way to get <logfilename> later by sending some query to the server or
reading some configuration file
(for example I can get data directory with the query “show data_directory”)
thanks in advance
Dimitry Markman