Thanks to visit codestin.com Credit goes to github.com
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 ef9f359 commit 16c6856Copy full SHA for 16c6856
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