| From: | Bruce Momjian <bruce(at)momjian(dot)us> |
|---|---|
| To: | Sergey Shinderuk <s(dot)shinderuk(at)postgrespro(dot)ru> |
| Cc: | pgsql-bugs(at)lists(dot)postgresql(dot)org |
| Subject: | Re: BUG #19509: Typo in 19 beta release notes (debug_print_parse) |
| Date: | 2026-06-04 15:35:48 |
| Message-ID: | aiGbVLpc-_hvULUl@momjian.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs |
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: s(dot)shinderuk(at)postgrespro(dot)ru
> > 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 <bruce(at)momjian(dot)us> https://momjian.us
EDB https://enterprisedb.com
Do not let urgent matters crowd out time for investment in the future.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2026-06-04 16:24:39 | Re: BUG #19509: Typo in 19 beta release notes (debug_print_parse) |
| Previous Message | Sergey Shinderuk | 2026-06-04 15:22:33 | Re: BUG #19509: Typo in 19 beta release notes (debug_print_parse) |