aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/create_sequence.sgml
diff options
context:
space:
mode:
authorTatsuo Ishii <ishii@postgresql.org>2022-08-16 09:28:47 +0900
committerTatsuo Ishii <ishii@postgresql.org>2022-08-16 09:28:47 +0900
commitd0e5dc7d30aa1f62ce131b58c4c116b585521f8d (patch)
treeda62e3945495fc71287a6a442eeec3b11ed78ad3 /doc/src/sgml/ref/create_sequence.sgml
parentc19024d74e98e5c0ad95643ce584c52954d01b70 (diff)
downloadpostgresql-d0e5dc7d30aa1f62ce131b58c4c116b585521f8d.tar.gz
postgresql-d0e5dc7d30aa1f62ce131b58c4c116b585521f8d.zip
doc: fix wrong tag used in create sequence manual.
In ref/create_sequence.sgml <literal> tag was used for nextval function name. This should have been <function> tag. Author: Noboru Saito Discussion: https://postgr.es/m/CAAM3qnJTDFFfRf5JHJ4AYrNcqXgMmj0pbH0%2Bvm%3DYva%2BpJyGymA%40mail.gmail.com Backpatch-through: 10
Diffstat (limited to 'doc/src/sgml/ref/create_sequence.sgml')
-rw-r--r--doc/src/sgml/ref/create_sequence.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/create_sequence.sgml b/doc/src/sgml/ref/create_sequence.sgml
index 3e0d339c859..a26190f14cc 100644
--- a/doc/src/sgml/ref/create_sequence.sgml
+++ b/doc/src/sgml/ref/create_sequence.sgml
@@ -288,7 +288,7 @@ SELECT * FROM <replaceable>name</replaceable>;
session A might reserve values 1..10 and return
<function>nextval</function>=1, then session B might reserve values
11..20 and return <function>nextval</function>=11 before session A
- has generated <literal>nextval</literal>=2. Thus, with a
+ has generated <function>nextval</function>=2. Thus, with a
<replaceable class="parameter">cache</replaceable> setting of one
it is safe to assume that <function>nextval</function> values are generated
sequentially; with a <replaceable