Closed aliyoge closed 1 year ago
Sorry for delay! I approved test workflow, looks like some function signature checks are missing updates: https://github.com/michelp/pgsodium/pull/90/checks
Sorry, I just updated the signatures of these functions. Could you please check them again?
When the current
session_user
contains uppercase characters, calling theupdate_masks
andcreate_mask_view
functions will throw a 'role does not exist' error.We need to use
quote_ident()
to preserve the case, and ensure theview_owner
stored username is consistent withsession_user
, containing the correct case.