FAQ 4.11.* numbering is off - Mailing list pgsql-docs

From Michael Fuhr
Subject FAQ 4.11.* numbering is off
Date
Msg-id 20050201054612.GA53522@winnie.fuhr.org
Whole thread Raw
Responses Re: FAQ 4.11.* numbering is off  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-docs
The numbering in the FAQ table of contents doesn't always agree
with the numbering in the body.  For example, the table of contents
has this:

4.11.0) How do I create a serial/auto-incrementing field?
4.11.1) How do I get the value of a SERIAL insert?
4.11.2) Doesn't currval() lead to a race condition with other users?
4.11.3) Why aren't my sequence numbers reused on transaction abort? ....

but the body has this:

4.11.1) How do I create a serial/auto-incrementing field?
4.11.2) How do I get the value of a SERIAL insert?
4.11.3) Doesn't currval() lead to a race condition with other users?
4.11.4) Why aren't my sequence numbers reused on transaction abort? ....

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

pgsql-docs by date:

Previous
From: Tom Lane
Date:
Subject: Re: "that" missing in "12.2. Transaction Isolation"
Next
From: Roman Neuhauser
Date:
Subject: planner stats