From c16ef167df36a6364a981e1a9f61a8ab8003fe94 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 12 Feb 2002 17:18:10 +0000 Subject: Update FAQ. --- doc/src/FAQ/FAQ.html | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'doc/src') diff --git a/doc/src/FAQ/FAQ.html b/doc/src/FAQ/FAQ.html index 8b7add79e76..40ad62917a7 100644 --- a/doc/src/FAQ/FAQ.html +++ b/doc/src/FAQ/FAQ.html @@ -14,7 +14,7 @@ alink="#0000ff">

Frequently Asked Questions (FAQ) for PostgreSQL

-

Last updated: Tue Feb 12 12:14:52 EST 2002

+

Last updated: Tue Feb 12 12:18:09 EST 2002

Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -120,7 +120,7 @@ 4.15.3) Don't currval() and nextval() lead to a race condition with other users?
4.15.4) Why aren't my sequence numbers reused - on transaction abort? Why are there gaps in the numbers of my + on transaction abort? Why are there gaps in the numbering of my sequence/SERIAL column?
4.16) What is an OID? What is a TID?
@@ -1096,13 +1096,12 @@ BYTEA bytea variable-length byte array (null-byte safe) backend, not by all users.

4.15.4) Why aren't my sequence numbers reused - on transaction abort? Why are there gaps in the numbers of my + on transaction abort? Why are there gaps in the numbering of my sequence/SERIAL column?

To improve concurrency, sequence values are given out to running - transactions as needed and are now locked until the - transaction completes. This causes gaps in numbering from aborted - transactions. + transactions as needed and are not locked until the transaction + completes. This causes gaps in numbering from aborted transactions.

4.16) What is an OID? What is a TID?

-- cgit v1.2.3