Justin Johnson
Justin Johnson
Fabulous! Thanks for the guidance @lidel. I'll get started.
For the benefit of anyone coming here looking for information on redirects support, see https://github.com/ipfs/go-ipfs/pull/8890.
I just ran into this problem as well, while running [Oban migrations](https://hexdocs.pm/oban/Oban.Migration.html). I initially thought it was coming from functions I'm writing in plpgsql, but I see now DO END...
For reference, here is what the Oban migration is trying to execute. ``` 06:28:11.360 [info] execute "DO $$\nBEGIN\nIF NOT EXISTS (SELECT 1 FROM pg_type\n WHERE typname = 'oban_job_state'\n AND typnamespace...