What is the $PGDATA/data/pg_log file use for?
Is it a logical log file file? I see that file grow very big.
Can I do `cat /dev/null > $PGDATA/data/pg_log`
reduce it to zero size once a while? Or is there other
command reduce that file size?
Thank you in advance!
--Raymond