Re: Doc: typo in ddl.sgml - Mailing list pgsql-hackers

From David G. Johnston
Subject Re: Doc: typo in ddl.sgml
Date
Msg-id CAKFQuwZ+x7qAeEpD3y9iy0hL6_S1CCn=QKG50NhP5h4q7fbW8w@mail.gmail.com
Whole thread Raw
In response to Doc: typo in ddl.sgml  (kasaharatt <kasaharatt@oss.nttdata.com>)
Responses Re: Doc: typo in ddl.sgml
List pgsql-hackers
On Wednesday, November 6, 2024, kasaharatt <kasaharatt@oss.nttdata.com> wrote:.

I noticed that it seems to me a mistake in the sample code in the document.
https://www.postgresql.org/docs/devel/ddl-constraints.html#DDL-CONSTRAINTS-FK

I think it is a typo for user_id instead of author_id.

It’s hard to argue a typo when three different places need to be changed, and the example is fully functional as-is.

The example writer intentionally chose to make author_id the FK of the PK user_id column in order to reduce ambiguity as to which column is on the FK table and which is on the PK table.  And to emphasize that the columns need not be named the same in any case.

David J.

pgsql-hackers by date:

Previous
From: Tatsuo Ishii
Date:
Subject: Re: Fix for Extra Parenthesis in pgbench progress message
Next
From: jian he
Date:
Subject: Re: not null constraints, again