Postgresql – Is it possible to insert a tuple to two tables at the same time?
Im developing a feature for the apacheAGE extension and basically I want to insert a tuple to two tables at the same time. I know that Postgres provides the inheritance system, so you can access the tuples from the parent…