From c677f2b09f24a1a92789bcbc0ee6599cfd034f27 Mon Sep 17 00:00:00 2001 From: Amit Kapila Date: Tue, 18 Nov 2025 03:48:00 +0000 Subject: Doc: Use markup for sequence fields. Following commit 980a855c5c, update documentation to use for sequence columns. Previously, these were incorrectly marked up as . Author: Peter Smith Reviewed-by: Chao Li Discussion: https://postgr.es/m/CAHut+PtpDMUE3Kd1p=1ff9pw2HMbgQCpowE_0Hd6gs5v2pKfQg@mail.gmail.com --- doc/src/sgml/func/func-sequence.sgml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/src/sgml/func/func-sequence.sgml') diff --git a/doc/src/sgml/func/func-sequence.sgml b/doc/src/sgml/func/func-sequence.sgml index e8d42b27c21..4a2a6dc9369 100644 --- a/doc/src/sgml/func/func-sequence.sgml +++ b/doc/src/sgml/func/func-sequence.sgml @@ -67,14 +67,14 @@ Sets the sequence object's current value, and optionally - its is_called flag. The two-parameter - form sets the sequence's last_value field to the - specified value and sets its is_called field to + its is_called flag. The two-parameter + form sets the sequence's last_value field to the + specified value and sets its is_called field to true, meaning that the next nextval will advance the sequence before returning a value. The value that will be reported by currval is also set to the specified value. - In the three-parameter form, is_called can be set + In the three-parameter form, is_called can be set to either true or false. true has the same effect as the two-parameter form. If it is set -- cgit v1.2.3