>> In your sample script, you have:
>>
>>> pg_dump —username={insert admin username here} --no-password 
>>> --format=custom \
>>>
>>>    --section=pre-data --section=data --section=post-data \
>>>
>>>    --verbose —file={location here}.backup ${db_name} 2>${tempout}
>>
>> Can you explain the need to pass the various `--section` flags? 
>
> Those flags are just default. Not need to add them. Sometimes I write
> out the default flags to be more specific, but that’s just a quirky
> thing I *sometimes* do.

Got it - thanks for explaining!

Ben


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to