Open michelp opened 1 year ago
Hi,
Speaking about tha,t I don't understand why create_mask_view()
is called for each encrypted columns in a table considering that:
decrypted_<relname>
viewdecrypted_<relname>
view with the code to decrypted all columnsThis 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.