On Fri, 2 Dec 2022 at 15:47, raf <raf@xxxxxxx> wrote: > If you're concerned about tampering by > customers/users/developers, you can either set > permissions to prevent it in some cases, and when you > can't prevent it, make it tamper-evident by logging > actions to somewhere remote and monitoring for what > concerns you. That should satisfy auditors. True. But isn't this extra work compared to previous situation? If you can compare procedure text directly and say to your developers "you scoundrel did a change outside version control, no dessert for you". I would be perfectly satisfied, if the sql that produced the procedure would be stored "as is" read-only copy when it was compiled. If an object rename makes it invalid, tweak a bit telling so, but don't change the text until next alter procedure is run. Pasi