We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3eae0cb commit f4c32cdCopy full SHA for f4c32cd
doc/src/sgml/ref/create_sequence.sgml
@@ -310,7 +310,7 @@ SELECT * FROM <replaceable>name</replaceable>;
310
session A might reserve values 1..10 and return
311
<function>nextval</function>=1, then session B might reserve values
312
11..20 and return <function>nextval</function>=11 before session A
313
- has generated <literal>nextval</literal>=2. Thus, with a
+ has generated <function>nextval</function>=2. Thus, with a
314
<replaceable class="parameter">cache</replaceable> setting of one
315
it is safe to assume that <function>nextval</function> values are generated
316
sequentially; with a <replaceable
0 commit comments