Markus Engel 5cf354e246 Fix quoting owners in sql scripts.
When referring to a role from a string type, it must be properly quoted
using pg_catalog.quote_ident before it can be casted to regrole.
Fixed this, especially in update scripts.
2023-08-04 16:24:32 +05:30

4 lines
66 B
Plaintext

Fixes: #5906 Fix quoting owners in sql scripts.
Thanks: @mrksngl