Creating the scripts and compiling the C files containing user-defined functions and types.

2024-01-18 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/16/tutorial-sql-intro.html Description: " Directory of C:\postgresql-16.1\src\tutorial 11/06/2023 11:17 PM . 11/06/2023 11:17 PM .. 11/06/2023 11:04 PM

Re: Creating the scripts and compiling the C files containing user-defined functions and types.

2024-01-18 Thread David G. Johnston
On Thursday, January 18, 2024, PG Doc comments form wrote: > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/16/tutorial-sql-intro.html > Description: > > " Directory of C:\postgresql-16.1\src\tutorial > > 11/06/2023 11:17 PM

Re: create table explicitly mention that unique|primary key constraint will create an

2024-01-18 Thread Peter Eisentraut
On 27.11.23 03:30, Laurenz Albe wrote: True; I don't find it documented that all objects in pg_class share a namespace and that constraints are implemented by indexes of the same name. But I think that the first part is a property of schemas and had better be documented there. It is documented

Re: create table explicitly mention that unique|primary key constraint will create an

2024-01-18 Thread David G. Johnston
On Thu, Jan 18, 2024 at 7:54 AM Peter Eisentraut wrote: > > I find the specific change > proposal for ddl.sgml a bit weird, though, because this is a very > introductory section, and you are referring people to pg_class (what is > that?!?) for details. If we want to put something there, it shoul