Re: doc: create table improvements

Daniel Gustafsson <daniel@yesql.se>

From: Daniel Gustafsson <daniel@yesql.se>
To: Laurenz Albe <laurenz.albe@cybertec.at>
Cc: jian he <jian.universality@gmail.com>, "David G. Johnston" <david.g.johnston@gmail.com>, Peter Eisentraut <peter@eisentraut.org>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2025-10-16T13:36:18Z
Lists: pgsql-hackers

Commits

Same data as JSON: GET /api/v1/messages/:b64id/commits the thread's linked commits as JSON, with link sources. API reference →
  1. Doc: declutter CREATE TABLE synopsis.

  2. Remove support for unlogged on partitioned tables

> On 16 Oct 2025, at 15:19, Laurenz Albe <laurenz.albe@cybertec.at> wrote:
> On Thu, 2025-10-16 at 11:28 +0800, jian he wrote:


>> I don't know the purpose of this extra ``"class="parameter"``.
> 
> I don't know either.  I guess it makes no visible difference.

It's simply markup defined by DocBook to indicate what type the content to be
replaced is, in this case a parameter.  While it might not make any visual
difference in our rendering, someone might be rendering the docs in another way
where it does show a difference (like using a different font or decoration to
differentiate parameters from functions etc).

--
Daniel Gustafsson