Re: How to create a log file in pg_log directory for each execution of my function.

2018-08-19 Thread Raghavendra Rao J S V
Thanks a lot. On Sun 19 Aug, 2018, 11:09 PM Adrian Klaver, wrote: > On 08/19/2018 10:22 AM, Raghavendra Rao J S V wrote: > > Hi All, > > > > I have a log file as " > > */opt/postgres/9.2/data/pg_log/postgresql-2018-08-19.csv*". Due to > > "*log_rotation_age=1d*", one log file will be created fo

Re: How to create a log file in pg_log directory for each execution of my function.

2018-08-19 Thread Adrian Klaver
On 08/19/2018 10:22 AM, Raghavendra Rao J S V wrote: Hi All, I have a log file as " */opt/postgres/9.2/data/pg_log/postgresql-2018-08-19.csv*".  Due to "*log_rotation_age=1d*", one log file will be created for me in this pg_log directory on everyday. While I am debugging a particular user d

How to create a log file in pg_log directory for each execution of my function.

2018-08-19 Thread Raghavendra Rao J S V
Hi All, I have a log file as " */opt/postgres/9.2/data/pg_log/postgresql-2018-08-19.csv*". Due to " *log_rotation_age=1d*", one log file will be created for me in this pg_log directory on everyday. While I am debugging a particular user defined function which contains the lot of raise notice m