rafsun42 commented on issue #1021: URL: https://github.com/apache/age/issues/1021#issuecomment-1659046326
@panosfol The [documentation](https://www.postgresql.org/docs/current/ddl-inherit.html) I was referring to before states: > Inheritance does not automatically propagate data from INSERT or COPY commands to other tables in the inheritance hierarchy. That is the reason I was concerned if inheritance would work well or not. So, we have to do this without using inheritance. Create the junction table independently with foreign key constraint on both columns. Any pros and cons of not using inheritance? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
