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 e37e9a6 commit dc9ed21Copy full SHA for dc9ed21
doc/src/sgml/ref/create_sequence.sgml
@@ -288,7 +288,7 @@ SELECT * FROM <replaceable>name</replaceable>;
288
session A might reserve values 1..10 and return
289
<function>nextval</function>=1, then session B might reserve values
290
11..20 and return <function>nextval</function>=11 before session A
291
- has generated <literal>nextval</literal>=2. Thus, with a
+ has generated <function>nextval</function>=2. Thus, with a
292
<replaceable class="parameter">cache</replaceable> setting of one
293
it is safe to assume that <function>nextval</function> values are generated
294
sequentially; with a <replaceable
0 commit comments