https://www.postgresql.org/docs/13/tutorial-join.html missing a table

2020-10-18 Thread PG Doc comments form
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/13/tutorial-join.html
Description:

This page references a "cities" table, but not prior page showed this table.
 Suggest adding a new "cities" table on this page.


Re: https://www.postgresql.org/docs/13/tutorial-join.html missing a table

2020-10-18 Thread David G. Johnston
On Sun, Oct 18, 2020 at 2:29 PM PG Doc comments form 
wrote:

> The following documentation comment has been logged on the website:
>
> Page: https://www.postgresql.org/docs/13/tutorial-join.html
> Description:
>
> This page references a "cities" table, but not prior page showed this
> table.
>  Suggest adding a new "cities" table on this page.
>

It's created in the "Create a New Table" section, along with weather, and
that seems sufficient.

David J.