public inbox for [email protected]
help / color / mirror / Atom feedBUG #19509: Typo in 19 beta release notes (debug_print_parse)
4+ messages / 3 participants
[nested] [flat]
* BUG #19509: Typo in 19 beta release notes (debug_print_parse)
@ 2026-06-04 14:55 PG Bug reporting form <[email protected]>
0 siblings, 2 replies; 4+ messages in thread
From: PG Bug reporting form @ 2026-06-04 14:55 UTC (permalink / raw)
To: [email protected]; +Cc: [email protected]
The following bug has been logged on the website:
Bug reference: 19509
Logged by: Sergey Shinderuk
Email address: [email protected]
PostgreSQL version: 19beta1
Operating system: Debian GNU/Linux 13 (trixie)
Description:
Good day,
I've found a typo in 19 beta release notes:
https://www.postgresql.org/docs/19/release-19.html#RELEASE-19-MONITORING
> Add server variable debug_print_parse to log the raw parse tree (Chao Li)
Should be debug_print_raw_parse.
https://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=06473f5a3
Best regards,
Sergey
^ permalink raw reply [nested|flat] 4+ messages in thread
* Re: BUG #19509: Typo in 19 beta release notes (debug_print_parse)
@ 2026-06-04 15:22 Sergey Shinderuk <[email protected]>
parent: PG Bug reporting form <[email protected]>
1 sibling, 1 reply; 4+ messages in thread
From: Sergey Shinderuk @ 2026-06-04 15:22 UTC (permalink / raw)
To: [email protected]
On Thu, 2026-06-04 at 14:55 +0000, PG Bug reporting form wrote:
> The following bug has been logged on the website:
>
> Bug reference: 19509
> Logged by: Sergey Shinderuk
> Email address: [email protected]
> PostgreSQL version: 19beta1
> Operating system: Debian GNU/Linux 13 (trixie)
> Description:
>
> Good day,
>
> I've found a typo in 19 beta release notes:
> https://www.postgresql.org/docs/19/release-19.html#RELEASE-19-MONITORING
>
> > Add server variable debug_print_parse to log the raw parse tree
> > (Chao Li)
>
> Should be debug_print_raw_parse.
> https://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=06473f5a3
>
> Best regards,
> Sergey
>
Two more:
> Add server-side report for SNI (Server Name Indication) (Daniel
Gustafsson, Jacob Champion)
s/report/support/
> Allow CREATE SCHEMA to create more types of non-schema objects
(Kirill Reshke, Jian He, Tom Lane)
s/non-schema/schema/
^ permalink raw reply [nested|flat] 4+ messages in thread
* Re: BUG #19509: Typo in 19 beta release notes (debug_print_parse)
@ 2026-06-04 15:35 Bruce Momjian <[email protected]>
parent: Sergey Shinderuk <[email protected]>
0 siblings, 0 replies; 4+ messages in thread
From: Bruce Momjian @ 2026-06-04 15:35 UTC (permalink / raw)
To: Sergey Shinderuk <[email protected]>; +Cc: [email protected]
On Thu, Jun 4, 2026 at 06:22:33PM +0300, Sergey Shinderuk wrote:
> On Thu, 2026-06-04 at 14:55 +0000, PG Bug reporting form wrote:
> > The following bug has been logged on the website:
> >
> > Bug reference: 19509
> > Logged by: Sergey Shinderuk
> > Email address: [email protected]
> > PostgreSQL version: 19beta1
> > Operating system: Debian GNU/Linux 13 (trixie)
> > Description:
> >
> > Good day,
> >
> > I've found a typo in 19 beta release notes:
> > https://www.postgresql.org/docs/19/release-19.html#RELEASE-19-MONITORING
> >
> > > Add server variable debug_print_parse to log the raw parse tree
> > > (Chao Li)
> >
> > Should be debug_print_raw_parse.
> > https://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=06473f5a3
> >
> > Best regards,
> > Sergey
> >
>
>
> Two more:
>
> > Add server-side report for SNI (Server Name Indication) (Daniel
> Gustafsson, Jacob Champion)
>
> s/report/support/
Thanks, will fix.
> > Allow CREATE SCHEMA to create more types of non-schema objects
> (Kirill Reshke, Jian He, Tom Lane)
>
> s/non-schema/schema/
I think the existing wording is right. This is about creating schema
elements inside of schemas:
CREATE SCHEMA schema_name [ AUTHORIZATION role_specification ] [ schema_element [ ... ] ]
schema_element
An SQL statement defining an object to be created within the
schema. Currently, only CREATE AGGREGATE, CREATE COLLATION,
CREATE DOMAIN, CREATE FUNCTION, CREATE INDEX, CREATE OPERATOR,
CREATE PROCEDURE, CREATE SEQUENCE, CREATE TABLE, CREATE TEXT
SEARCH CONFIGURATION, CREATE TEXT SEARCH DICTIONARY, CREATE TEXT
SEARCH PARSER, CREATE TEXT SEARCH TEMPLATE, CREATE TRIGGER,
CREATE TYPE, CREATE VIEW, and GRANT are accepted as clauses
within CREATE SCHEMA. Other kinds of objects may be created
within the schema in separate commands after the schema
is created.
I have reworded it to be:
Allow CREATE SCHEMA to create more types of objects in newly-created
schemas (Kirill Reshke, Jian He, Tom Lane)
--
Bruce Momjian <[email protected]> https://momjian.us
EDB https://enterprisedb.com
Do not let urgent matters crowd out time for investment in the future.
^ permalink raw reply [nested|flat] 4+ messages in thread
* Re: BUG #19509: Typo in 19 beta release notes (debug_print_parse)
@ 2026-06-04 16:24 Bruce Momjian <[email protected]>
parent: PG Bug reporting form <[email protected]>
1 sibling, 0 replies; 4+ messages in thread
From: Bruce Momjian @ 2026-06-04 16:24 UTC (permalink / raw)
To: [email protected]; [email protected]
On Thu, Jun 4, 2026 at 02:55:31PM +0000, PG Bug reporting form wrote:
> The following bug has been logged on the website:
>
> Bug reference: 19509
> Logged by: Sergey Shinderuk
> Email address: [email protected]
> PostgreSQL version: 19beta1
> Operating system: Debian GNU/Linux 13 (trixie)
> Description:
>
> Good day,
>
> I've found a typo in 19 beta release notes:
> https://www.postgresql.org/docs/19/release-19.html#RELEASE-19-MONITORING
>
> > Add server variable debug_print_parse to log the raw parse tree (Chao Li)
>
> Should be debug_print_raw_parse.
> https://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=06473f5a3
Oh, when I added an "xreflabel" I made it match the "id", but the "id"
was a shorted version of the variable name. I fixed the "xreflabel" and
"id" to match the variable name, which will fix the release notes.
Thanks.
--
Bruce Momjian <[email protected]> https://momjian.us
EDB https://enterprisedb.com
Do not let urgent matters crowd out time for investment in the future.
^ permalink raw reply [nested|flat] 4+ messages in thread
end of thread, other threads:[~2026-06-04 16:24 UTC | newest]
Thread overview: 4+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2026-06-04 14:55 BUG #19509: Typo in 19 beta release notes (debug_print_parse) PG Bug reporting form <[email protected]>
2026-06-04 15:22 ` Sergey Shinderuk <[email protected]>
2026-06-04 15:35 ` Bruce Momjian <[email protected]>
2026-06-04 16:24 ` Bruce Momjian <[email protected]>
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox