# Export PostgreSQL `postgres` db without the access log pg_dump --dbname=postgres --port=5432 --host=<dbserver>.postgres.database.azure.com -T "cron.*" > output.sql
# Export PostgreSQL `postgres` db without the access log pg_dump --dbname=postgres --port=5432 --host=<dbserver>.postgres.database.azure.com -T "cron.*" > output.sql