Closed dullbananas closed 6 months ago
ATOMIC is indented and on a seperate line, when it should be on the same line as BEGIN
ATOMIC
BEGIN
See sql_body in https://www.postgresql.org/docs/16/sql-createfunction.html
sql_body
Commit b701f62 fixes this issue.
ATOMIC
is indented and on a seperate line, when it should be on the same line asBEGIN
See
sql_body
in https://www.postgresql.org/docs/16/sql-createfunction.html