# Regular cron jobs for the postgresql package
#
# If password/crypt access for local is turned on in
# /etc/postgresql/pg_hba.conf, you must also add "-u postgres -p <password>"
# to each do.maintenance command, and then make this file readable by
# root only, to protect the password from public view.

0 4	* * Mon-Sat	postgres	[ -x /usr/lib/postgresql/bin/do.maintenance ] && /usr/lib/postgresql/bin/do.maintenance
0 4	* * Sun		postgres	[ -x /usr/lib/postgresql/bin/do.maintenance ] && /usr/lib/postgresql/bin/do.maintenance -a
