pgsql: doc: improve create/alter sequence CYCLE syntax

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: improve create/alter sequence CYCLE syntax
Date: 2024-08-20 00:18:27
Message-ID: E1sgCZv-000VAt-EX@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: improve create/alter sequence CYCLE syntax

Reported-by: Peter Smith

Discussion: https://postgr.es/m/CAHut+PtqwZwPfGq62xq2614_ce2ejDmbB9CfP+a1azxpneFRBQ@mail.gmail.com

Author: Peter Smith

Backpatch-through: master

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/9380e5f129d2a160ecc2444f61bb7cb97fd51fbb

Modified Files
--------------
doc/src/sgml/ref/alter_sequence.sgml | 67 ++++++++++++++++++-----------------
doc/src/sgml/ref/create_sequence.sgml | 54 ++++++++++++++--------------
2 files changed, 62 insertions(+), 59 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message David Rowley 2024-08-20 01:39:20 pgsql: Speed up Hash Join by making ExprStates support hashing
Previous Message Bruce Momjian 2024-08-19 23:55:04 pgsql: doc: mention of postpostgres_fdw INSERT ON CONFLICT limitation