Closed lwithers closed 1 year ago
Ah, and having raised the issue I discover this is due to a difference in PostgresQL 10 (which I am unfortunately still stuck with for another few months). In PostgresQL 11+, EXECUTE FUNCTION
is accepted (and preferred) syntax.
I don't think there's anything for the project to do here, so closing.
Hi,
If I try to parse and then de-parse the SQL:
then I end up with the slightly different result:
Unfortunately, the latter is a syntax error:
I have attached a reproducer: deparse_proc_func.go.gz