Re: OWNER not being quoted for FOREIGN TABLEs code

2020-06-26 Thread Akshay Joshi
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

OWNER not being quoted for FOREIGN TABLEs code

2020-06-25 Thread Diego Augusto Molina
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,