Re: Cities name column name inconsistent

2021-07-02 Thread Bruce Momjian
On Thu, Jun 24, 2021 at 01:24:01PM +0200, Peter Eisentraut wrote: > On 14.06.21 18:29, Bruce Momjian wrote: > > On Sat, Jun 12, 2021 at 12:48:25PM -0700, David G. Johnston wrote: > > > On Sat, Jun 12, 2021, 12:28 PG Doc comments form > > > You are correct.  I don't see an urgent need to spend time

Re: Cities name column name inconsistent

2021-06-24 Thread Peter Eisentraut
On 14.06.21 18:29, Bruce Momjian wrote: On Sat, Jun 12, 2021 at 12:48:25PM -0700, David G. Johnston wrote: On Sat, Jun 12, 2021, 12:28 PG Doc comments form wrote: The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/13/tutorial-f

Re: Cities name column name inconsistent

2021-06-14 Thread Bruce Momjian
On Sat, Jun 12, 2021 at 12:48:25PM -0700, David G. Johnston wrote: > > On Sat, Jun 12, 2021, 12:28 PG Doc comments form > wrote: > > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/13/tutorial-fk.html > Description: > >

Re: Cities name column name inconsistent

2021-06-12 Thread David G. Johnston
On Sat, Jun 12, 2021, 12:28 PG Doc comments form wrote: > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/13/tutorial-fk.html > Description: > > In earlier sections of the tutorial, the cities table had a column called > 'name'. In thi

Cities name column name inconsistent

2021-06-12 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/13/tutorial-fk.html Description: In earlier sections of the tutorial, the cities table had a column called 'name'. In this chapter, when creating the revised schema with foreign keys, the sam