On Wed, Oct 24, 2018 at 08:26:28PM +0530, tushar wrote:
> Is this an expected , if so - any work around ?
That's part of the way pg_logdir_ls_internal() is designed in adminpack
I am afraid as the function internally parses the timestamp from each
file name.
--
Michael
signature.asc
Description:
Hi ,
Please refer this small testcase -
Open postgresql.conf file and set -
log_destination = 'stderr'
logging_collector = on
log_directory = 'pg_log1'
log_filename = 'abcd-%Y-%m-%d_%H%M%S.log'
restart the server , connect to psql terminal and create adminpack
extension and fire pg_logdir_