Re: DOCS: Missing tags for some SEQUENCE fields - Mailing list pgsql-hackers

From Chao Li
Subject Re: DOCS: Missing tags for some SEQUENCE fields
Date
Msg-id 3648FEDF-185B-489C-B97C-6C665A5F578F@gmail.com
Whole thread Raw
In response to DOCS: Missing tags for some SEQUENCE fields  (Peter Smith <smithpb2250@gmail.com>)
Responses Re: DOCS: Missing tags for some SEQUENCE fields
List pgsql-hackers

> On Nov 13, 2025, at 13:17, Peter Smith <smithpb2250@gmail.com> wrote:
>
> Hi,
>
> While reviewing the recent patches for SEQUENCE documentation I found
> [1] a few more instances where the <structfield> tag should have been
> used for some of the sequence fields (per the recent push [2]).
>
> PSA patch v1 to address these.
>
> ======
> [1] Searched all docs for 'is_called' and for 'last_value'
> [2] https://github.com/postgres/postgres/commit/980a855c5c2e21e964a739694e24004f72e03fdf
>
> Kind Regards,
> Peter Smith.
> Fujitsu Australia
> <v1-0001-Fix-more-structfield-tags.patch>

Good catch. LGTM. I rendered the html pages and viewed them, the pages also look good.

Best regards,
--
Chao Li (Evan)
HighGo Software Co., Ltd.
https://www.highgo.com/







pgsql-hackers by date:

Previous
From: Yugo Nagata
Date:
Subject: Re: Suggestion to add --continue-client-on-abort option to pgbench
Next
From: Quan Zongliang
Date:
Subject: Re: [PATCH] Add pg_get_database_ddl() function to reconstruct CREATE DATABASE statement