Closed Villyli closed 6 months ago
current_setting('SETTING_NAME', true) returns null when missing and can't convert into boolean, just try to fix it
Besides, REVOKE ALL ON ... FROM PUBLIC; is required a high privilege user for PUBLIC is it considered designed optional and capture PUBLIC auth failure (as this is a tool funcs for normal user)
REVOKE ALL ON ... FROM PUBLIC;
PUBLIC
current_setting('SETTING_NAME', true) returns null when missing and can't convert into boolean, just try to fix it