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

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

  1. Doc: Use <structfield> markup for sequence fields.

  2. doc: adjust "Replication Slot" to mention physical & logical

  3. doc: consistently use "structname" and "structfield" markup