From bf43bed8484327a327bbe863c9fb4a6375a4a0a5 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Sun, 20 Jan 2002 22:19:57 +0000 Subject: Spell-check and markup police --- doc/src/sgml/ref/create_sequence.sgml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/src/sgml/ref/create_sequence.sgml') diff --git a/doc/src/sgml/ref/create_sequence.sgml b/doc/src/sgml/ref/create_sequence.sgml index e528658d0dd..115b833d494 100644 --- a/doc/src/sgml/ref/create_sequence.sgml +++ b/doc/src/sgml/ref/create_sequence.sgml @@ -1,5 +1,5 @@ @@ -265,9 +265,9 @@ SELECT * FROM seqname; will be lost when that session ends. Furthermore, although multiple backends are guaranteed to allocate distinct sequence values, the values may be generated out of sequence when all the backends are considered. (For example, with a cache - setting of 10, backend A might reserve values 1..10 and return nextval=1, + setting of 10, backend A might reserve values 1..10 and return nextval=1, then - backend B might reserve values 11..20 and return nextval=11 before backend + backend B might reserve values 11..20 and return nextval=11 before backend A has generated nextval=2.) Thus, with a cache setting of one it is safe to assume that nextval values are generated sequentially; with a cache setting greater than one you should only assume that the nextval values -- cgit v1.2.3