FAQ 4.11.* numbering is off

From: Michael Fuhr <mike(at)fuhr(dot)org>
To: pgsql-docs(at)postgresql(dot)org
Subject: FAQ 4.11.* numbering is off
Date: 2005-02-01 05:46:12
Message-ID: 20050201054612.GA53522@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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/

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Hashem Masoud 2005-02-01 18:33:43 Typo in performance-tips.html
Previous Message Tom Lane 2005-02-01 04:48:08 Re: "that" missing in "12.2. Transaction Isolation"