| From: | Peter Smith <smithpb2250(at)gmail(dot)com> |
|---|---|
| To: | Bill Kim <billkimjh(at)gmail(dot)com> |
| Cc: | pgsql-hackers(at)lists(dot)postgresql(dot)org |
| Subject: | Re: doc: fix two id/xreflabel inconsistencies in config.sgml |
| Date: | 2026-06-28 19:53:23 |
| Message-ID: | CAHut+PuQZWZ+qZ-7E=wq9OPhKP9G_KzyKuwpRspkmvLoznVmMg@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On Sun, Jun 28, 2026 at 9:29 PM Bill Kim <billkimjh(at)gmail(dot)com> wrote:
>
> Hi hackers,
>
> Attached is a tiny docs patch that fixes two SGML attribute
> inconsistencies in config.sgml.
>
> 1. The varlistentry for enable_group_by_reordering has
> id="guc-enable-groupby-reordering" — every other enable_*
> parameter in the file uses the guc-enable-X-y-z form that
> mirrors the underscores in the GUC name. Renaming to
> guc-enable-group-by-reordering matches that convention.
>
> 2. The varlistentry for quote_all_identifiers has
> xreflabel="quote-all-identifiers" with hyphens — every other
> xreflabel in the file matches the GUC name verbatim with
> underscores. Fixing to xreflabel="quote_all_identifiers".
>
> Neither id has any incoming linkend reference, so this is purely a
> consistency change with no callsite churn.
>
The changes sound good to me, but I did not see any attachment.
======
Kind Regards,
Peter Smith.
Fujitsu Australia
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Andrew Dunstan | 2026-06-28 19:57:50 | Re: pg_get__*_ddl consolidation |
| Previous Message | Andrew Dunstan | 2026-06-28 19:43:57 | Re: Random pg_upgrade 004_subscription test failure on drongo |