Re: Use uppercase keywords in foreign key tutorial

2025-10-23 Thread Erik Wienhold
On 2025-10-21 04:37 +0300, Euler Taveira wrote: > On Thu, Oct 16, 2025, at 5:37 AM, Erik Wienhold wrote: > > While browsing the docs I saw that the foreign key tutorial [1] uses > > some lowercase keywords which are inconsistent with the rest of the > > docs. The attached patch fixes that. Should

Re: Use uppercase keywords in foreign key tutorial

2025-10-23 Thread David Rowley
On Fri, 24 Oct 2025 at 09:39, Erik Wienhold wrote: > This of course produces a lot of noise, but I managed to find and fix a > couple more places with the attached v2 (including the ones you've > listed) that I've missed previously. I've searched for "primary key" > across the docs previously but