for example: ```yaml DATABASE_OPTS: '--exclude-table=table1_* --exclude-table=table12_* --exclude-table=table3_*' ``` this become one single argument in pg_dump command instead of 3 args.
for example:
this become one single argument in pg_dump command instead of 3 args.