DOCS: Missing <structfield> tags for some SEQUENCE fields
Peter Smith <smithpb2250@gmail.com>
From: Peter Smith <smithpb2250@gmail.com>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2025-11-13T05:17:17Z
Lists: pgsql-hackers
Attachments
- v1-0001-Fix-more-structfield-tags.patch (application/octet-stream) patch v1-0001
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
Commits
-
Doc: Use <structfield> markup for sequence fields.
- c677f2b09f24 19 (unreleased) landed
-
doc: adjust "Replication Slot" to mention physical & logical
- 8fa6b9030d68 19 (unreleased) cited
-
doc: consistently use "structname" and "structfield" markup
- 980a855c5c2e 19 (unreleased) cited