Is returning minimal secure?
Hey there, have been wondered if using {returning: "minimal"} on update() query on client side is secure enough, I have a table which shouldn't be read by users (selects are handled by a database view) but still when updated returns the original row, and I wanted to make sure that no user can mess with my client side code and see privileged data.