Euan Lau
Results
1
issues of
Euan Lau
Do we have a PGFunction equivalent for procedure statement? Right now we could do `PGFunction.from_sql('create function...')` or `PGFunction(..constructor params)` Is there a `PGProcedure` class that we can use to generate...
enhancement