Can someone let me know if there is a way I can add some custom rules/constraints on a Postgres database?
For example, all tables in a database should have a primary key specified. If someone is trying to violate the rules specified then the SQL command should fail.