Pallav Kalva <pkalva(at)deg(dot)cc> writes:
> Postgres log rotation doesnt seem to behave properly, below are
> the settings which I used for log rotation. I want the postgres log to
> be rotated every week , its past over a week now and it still writing to
> the old log.
Well, that rotation setting should rotate every 7 days all right. Are
you sure the postmaster is really using these settings? (Check with SHOW.)
In particular, I wonder whether you remembered that changing
redirect_stderr requires an actual postmaster restart, not just SIGHUP.
regards, tom lane