cách tốt nhất là thực thi định kỳ một tập lệnh thực hiện nhiệm vụ:
tập lệnh là:
#!/bin/sh
psql -U user_name -d database_instance_name -c 'refresh materialized view view_name'
và thêm một mục trong crontab như:
@hourly /full_path/script_name.sh