Re: Description of disallowed characters in quoted identifiers is incomplete

2025-07-22 Thread Tom Lane
PG Doc comments form writes: > Section 4.1.1 of the documentation claims that "Quoted identifiers can > contain any character, except the character with code zero." However > according to line 105 in src/test/isolation/specscanner.l in the PostgreSQL > source code, new line characters are also dis

Re: Description of disallowed characters in quoted identifiers is incomplete

2025-07-22 Thread Laurenz Albe
On Mon, 2025-07-21 at 19:58 +, PG Doc comments form wrote: > Page: https://www.postgresql.org/docs/17/sql-syntax-lexical.html > Description: > > Section 4.1.1 of the documentation claims that "Quoted identifiers can > contain any character, except the character with code zero." However > accor

Description of disallowed characters in quoted identifiers is incomplete

2025-07-22 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/17/sql-syntax-lexical.html Description: Section 4.1.1 of the documentation claims that "Quoted identifiers can contain any character, except the character with code zero." However according t