On Aug 8, 2017, at 7:33 AM, Ivan Nunes <
ivanels...@gmail.com> wrote:
> So, using postgres own resources, I already knew.
>
> I did not want to put this inside every script (deploy, revert, verify). My colobarores are kind of forgotten.
>
> I also did not want to insert in my ".psqlrc", I have more than 300 db's.
>
> I simply wanted to place in repo/sqitch.conf and so sqitch + ansible would already do the rest.
No, there is currently no way to do this directly in Sqitch; it mostly tries to avoid database-specific interface stuff. The best way to do it is to put it in the scripts that need it.