On 2024-06-07 14:24 +0200, Florian Koch wrote: > I made a gist with the error. > https://gist.github.com/floratmin/a4b404f0fd66b03a0428c07686b71410
The problem is the semicolon after PG_DATATYPE_NAME, causing the TABLE_NAME line to be a separate statement: > exception_datatype := PG_DATATYPE_NAME; > exception_table := TABLE_NAME; -- Erik