Re: Cities name column name inconsistent

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
Cc: Tom Jakubowski <tom(at)crystae(dot)net>, Pg Docs <pgsql-docs(at)lists(dot)postgresql(dot)org>
Subject: Re: Cities name column name inconsistent
Date: 2021-06-14 16:29:09
Message-ID: 20210614162909.GA18585@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

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 <noreply(at)postgresql(dot)org>
> 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 this chapter, when creating the revised schema with foreign
> keys,
> the same column in the cities is now called 'city'.
>
>
> You are correct.  I don't see an urgent need to spend time figuring out
> something different.

I wrote the attached patch to improve this case.

--
Bruce Momjian <bruce(at)momjian(dot)us> https://momjian.us
EDB https://enterprisedb.com

If only the physical world exists, free will is an illusion.

Attachment Content-Type Size
cities.diff text/x-diff 818 bytes

In response to

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Shinya11.Kato 2021-06-16 03:39:40 add argument type to postgres_fdw docs
Previous Message Dean Gibson (DB Administrator) 2021-06-13 01:23:15 Re: Clarification needed