Re: Generated names (suffix) for constraints not described in docs

2024-11-13 Thread Tom Lane
"David G. Johnston" writes: > On Wednesday, November 13, 2024, "Сергей П (SergeiDos)" < > podrezov.ser...@gmail.com> wrote: >> In the documentation for the Constraints section >> https://www.postgresql.org/docs/current/ddl-constraints.html there is a >> phrase: "So, to specify a named constraint,

Generated names (suffix) for constraints not described in docs

2024-11-13 Thread

Re: Generated names (suffix) for constraints not described in docs

2024-11-13 Thread David G. Johnston
On Wednesday, November 13, 2024, "Сергей П (SergeiDos)" < podrezov.ser...@gmail.com> wrote: > > > > >

Re: Documentation error in tutorial page for Window Functions

2024-11-13 Thread Scott Preschern
Thanks, I see now. Then I'll suggest this clarification instead: "The rank function produces a numerical rank for each distinct value in the ORDER BY clause within the current row's partition. In this example, ranks are incremented in order of salary within each partition of depname. If the ORDER

Re: Improved security for https://www.postgresql.org/docs/current/install-make.html

2024-11-13 Thread Peter Eisentraut
On 12.11.24 22:50, Bear Giles wrote: My point was mostly that I did a fresh 'git clone', followed the instructions, and was immediately hit by a "permission denied" error because the make script tried to create a directory under /usr/local. It wasn't clear whether that was the only thing that r