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

From: Amit Kapila <akapila(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: Use <structfield> markup for sequence fields.
Date: 2025-11-18 03:52:59
Message-ID: E1vLCm3-0005eb-0W@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Doc: Use <structfield> markup for sequence fields.

Following commit 980a855c5c, update documentation to use <structfield> for
sequence columns. Previously, these were incorrectly marked up as <literal>.

Author: Peter Smith <smithpb2250(at)gmail(dot)com>
Reviewed-by: Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com>
Discussion: https://postgr.es/m/CAHut+PtpDMUE3Kd1p=1ff9pw2HMbgQCpowE_0Hd6gs5v2pKfQg@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/c677f2b09f24a1a92789bcbc0ee6599cfd034f27

Modified Files
--------------
doc/src/sgml/func/func-sequence.sgml | 8 ++++----
doc/src/sgml/ref/alter_sequence.sgml | 4 ++--
doc/src/sgml/ref/create_sequence.sgml | 6 +++---
3 files changed, 9 insertions(+), 9 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2025-11-18 04:16:02 pgsql: Rename two columns in pg_stat_subscription_stats.
Previous Message Bruce Momjian 2025-11-17 23:56:04 pgsql: doc: clarify that pg_upgrade preserves "optimizer" stats.