| From: | "Jonathan S(dot) Katz" <jkatz(at)postgresql(dot)org> |
|---|---|
| To: | jian he <jian(dot)universality(at)gmail(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
| Subject: | Re: 2026-08-13 release announcement draft |
| Date: | 2026-08-15 03:36:35 |
| Message-ID: | 3ea6e5f2-e222-49bb-83d5-ce9655f42fdf@postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On 8/14/26 7:56 AM, jian he wrote:
> Hi.
>
> https://www.postgresql.org/about/news/postgresql-186-1711-1615-1519-1424-and-19-beta-3-released-3365/
> https://www.postgresql.org/docs/release/18.6/
>
> SELECT DISTINCT t.oid::regclass, t.reltuples
> FROM pg_class t JOIN pg_index i ON t.oid = i.indrelid
> JOIN pg_class ic ON i.indexrelid = ic.oid
> WHERE t.relhasindex AND ic.relam = 2742
>
> This query appearance looks better in release notes than the announcement.
The docstyles are different from some of the styles on the website. The
code on the website is also re-used for the emails, and is fairly
simplistic.
I think for this case, the most important part is people (or agents) can
copy and paste it.
Jonathan
| From | Date | Subject | |
|---|---|---|---|
| Previous Message | Bertrand Drouvot | 2026-08-15 03:23:40 | Re: basebackup: do not verify checksums on pages written before enabling checksums |