Re: 3.6 Inheritance Documentation

2023-08-08 Thread Peter Eisentraut
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

3.6 Inheritance Documentation

2023-08-03 Thread PG Doc comments form
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