You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Speaking about tha,t I don't understand why create_mask_view() is called for each encrypted columns in a table considering that:
it drops the related decrypted_<relname> view
it creates the related decrypted_<relname> view with the code to decrypted all columns
it actually creates all trigger functions and triggers for all encrypted columns on a table.
This function obviously handle the full table and encryted fields, recreating the view and triggers, so why should it be called for each encrypted field?
Triggers get recreated twice per column due to loose masking view query.
The text was updated successfully, but these errors were encountered: