Thanks, patch applied. I have also fixed for Procedures and Trigger
Functions.
On Thu, Jun 25, 2020 at 11:01 PM Diego Augusto Molina <
diegoaugustomol...@gmail.com> wrote:
> Hi, thanks for the great job!
>
> I found that when looking at the SQL code for foreign tables the
> generated code include
Hi, thanks for the great job!
I found that when looking at the SQL code for foreign tables the
generated code includes the 'ALTER ... OWNER TO' but the role is not
being quoted. This happens in the latest version for any supported
PostgreSQL server.
So I checked out the code and fixed it, I hope,