pgsql: Doc: Use markup for sequence fields. - Mailing list pgsql-committers

From Amit Kapila
Subject pgsql: Doc: Use markup for sequence fields.
Date
Msg-id E1vLCm3-0005eb-0W@gemulon.postgresql.org
Whole thread Raw
List 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@gmail.com>
Reviewed-by: Chao Li <li.evan.chao@gmail.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(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: doc: clarify that pg_upgrade preserves "optimizer" stats.
Next
From: Amit Kapila
Date:
Subject: pgsql: Rename two columns in pg_stat_subscription_stats.