diff options
| author | Amit Kapila <akapila@postgresql.org> | 2025-11-18 03:48:00 +0000 |
|---|---|---|
| committer | Amit Kapila <akapila@postgresql.org> | 2025-11-18 03:48:00 +0000 |
| commit | c677f2b09f24a1a92789bcbc0ee6599cfd034f27 (patch) | |
| tree | e9d0313dbc688c5cdc7fb3277054cf3abbcd0d8c /doc/src/sgml/ref/alter_sequence.sgml | |
| parent | 792353f7d520482414e3bb5e44ed344cf78b54c6 (diff) | |
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
Diffstat (limited to 'doc/src/sgml/ref/alter_sequence.sgml')
| -rw-r--r-- | doc/src/sgml/ref/alter_sequence.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/alter_sequence.sgml b/doc/src/sgml/ref/alter_sequence.sgml index a998ccc7ead..db7b98fdf8b 100644 --- a/doc/src/sgml/ref/alter_sequence.sgml +++ b/doc/src/sgml/ref/alter_sequence.sgml @@ -207,8 +207,8 @@ ALTER SEQUENCE [ IF EXISTS ] <replaceable class="parameter">name</replaceable> S The optional clause <literal>RESTART [ WITH <replaceable class="parameter">restart</replaceable> ]</literal> changes the current value of the sequence. This is similar to calling the - <function>setval</function> function with <literal>is_called</literal> = - <literal>false</literal>: the specified value will be returned by the + <function>setval</function> function with <structfield>is_called</structfield> + = <literal>false</literal>: the specified value will be returned by the <emphasis>next</emphasis> call of <function>nextval</function>. Writing <literal>RESTART</literal> with no <replaceable class="parameter">restart</replaceable> value is equivalent to supplying |
