Hi there,
On Windows, I run a script batch file with psql, and I get any log line with the following pattern:
psql://<path_file_name>:4: NOTICE: <log_message>
I'd like to remove the log header before NOTICE. What should I do ?
Thanks,Sabin