mirror of
https://github.com/postgres/postgres.git
synced 2025-04-25 21:42:33 +03:00
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
This commit is contained in:
parent
e37e9a6551
commit
dc9ed21a4f
@ -288,7 +288,7 @@ SELECT * FROM <replaceable>name</replaceable>;
|
|||||||
session A might reserve values 1..10 and return
|
session A might reserve values 1..10 and return
|
||||||
<function>nextval</function>=1, then session B might reserve values
|
<function>nextval</function>=1, then session B might reserve values
|
||||||
11..20 and return <function>nextval</function>=11 before session A
|
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
|
<replaceable class="parameter">cache</replaceable> setting of one
|
||||||
it is safe to assume that <function>nextval</function> values are generated
|
it is safe to assume that <function>nextval</function> values are generated
|
||||||
sequentially; with a <replaceable
|
sequentially; with a <replaceable
|
||||||
|
Loading…
x
Reference in New Issue
Block a user