On 02.08.23 21:54, PG Doc comments form wrote:
In the provided example, the cities table and the capitals table have a
parent-child relationship through inheritance. However, querying the cities
table directly (e.g., SELECT name, elevation FROM cities WHERE elevation >
500;) will not automaticall
The following documentation comment has been logged on the website:
Page: https://www.postgresql.org/docs/15/tutorial-inheritance.html
Description:
The documentation for inheritance in PostgreSQL is not entirely accurate in
the given example.
In the provided example, the cities table and the cap