doc: fix wrong tag used in create sequence manual.
authorTatsuo Ishii
Tue, 16 Aug 2022 00:20:14 +0000 (09:20 +0900)
committerTatsuo Ishii
Tue, 16 Aug 2022 00:20:14 +0000 (09:20 +0900)
In ref/create_sequence.sgml  tag was used for nextval function name.
This should have been  tag.

Author: Noboru Saito
Discussion: https://postgr.es/m/CAAM3qnJTDFFfRf5JHJ4AYrNcqXgMmj0pbH0%2Bvm%3DYva%2BpJyGymA%40mail.gmail.com
Backpatch-through: 10

doc/src/sgml/ref/create_sequence.sgml

index a84aa5bf56a27514f9bc8fe9a4ba3eb4bf52ffb0..34e9084b5ccbf888923e7813b9d98fdbd248a824 100644 (file)
@@ -310,7 +310,7 @@ SELECT * FROM name;
    session A might reserve values 1..10 and return
    nextval=1, then session B might reserve values
    11..20 and return nextval=11 before session A
-   has generated <literal>nextval>=2.  Thus, with a
+   has generated <function>nextval>=2.  Thus, with a
    cache setting of one
    it is safe to assume that nextval values are generated
    sequentially; with a