From f69513df178c9df1da6836a5f282d97e7748d6df Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 2 Feb 2005 17:44:22 +0000 Subject: Update FAQ numbering. --- doc/src/FAQ/FAQ.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/src') diff --git a/doc/src/FAQ/FAQ.html b/doc/src/FAQ/FAQ.html index 14ec635d850..c77ef9a36bb 100644 --- a/doc/src/FAQ/FAQ.html +++ b/doc/src/FAQ/FAQ.html @@ -10,7 +10,7 @@ alink="#0000ff">

Frequently Asked Questions (FAQ) for PostgreSQL

-

Last updated: Wed Feb 2 08:40:42 EST 2005

+

Last updated: Wed Feb 2 12:44:03 EST 2005

Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -88,13 +88,13 @@ is NULL?
4.10) What is the difference between the various character types?
- 4.11.0) How do I create a + 4.11.1) How do I create a serial/auto-incrementing field?
- 4.11.1) How do I get the value of a + 4.11.2) How do I get the value of a SERIAL insert?
- 4.11.2) Doesn't currval() + 4.11.3) Doesn't currval() lead to a race condition with other users?
- 4.11.3) Why aren't my sequence numbers + 4.11.4) Why aren't my sequence numbers reused on transaction abort? Why are there gaps in the numbering of my sequence/SERIAL column?
4.12) What is an OID? What is a -- cgit v1.2.3