Comment on When to Avoid JSONB in a PostgreSQL SchemaparentComments−simcop238710yThe way I have seen for the issue of which table is to introduce a view and setup triggers on the view to run a stored proc when you insert or update it to handle all the tables....
Comments
The way I have seen for the issue of which table is to introduce a view and setup triggers on the view to run a stored proc when you insert or update it to handle all the tables....