Re: BPCHAR description in 8.3. Character Types is misleading and incomplete

2025-10-20 Thread Laurenz Albe
On Mon, 2025-10-20 at 16:42 +0400, Sergei Katkovsky wrote: > On Sat, Oct 18, 2025 at 2:36 AM Laurenz Albe wrote: > > > But perhaps it is really better to leave things as they are now, perhaps > > replacing "blank-trimming", perhaps as "variable-length string that ignores > > training blanks". >

Re: BPCHAR description in 8.3. Character Types is misleading and incomplete

2025-10-20 Thread Sergei Katkovsky
On Sat, Oct 18, 2025 at 2:36 AM Laurenz Albe wrote: > But perhaps it is really better to leave things as they are now, perhaps > replacing "blank-trimming", perhaps as "variable-length string that ignores > training blanks". Looks like nobody is against "insignificant/ignorable trailing whitespa

Re: Use uppercase keywords in foreign key tutorial

2025-10-20 Thread Euler Taveira
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 be pushed to all stable > branches. > Register your pa