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

2024-11-15 Thread Greg Sabino Mullane
On Thu, Nov 14, 2024 at 3:32 AM "Сергей П (SergeiDos)" < podrezov.ser...@gmail.com> wrote: > It would be logical if we formed the rules for our database developers > identical to the internal automatic rules for forming names in the > database, so that developers who choose the path of automatic n

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

2024-11-14 Thread
Thank you for your reply! Perhaps it would be worthwhile to record the rules for forming the names of indexes and constraints in the database in the documentation and in the algorithms. In our project, we use the PostgreSQL database. And we would like to describe the rules for naming indexes and

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,

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: > > > > >