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/ ---------------------------(end of broadcast)--------------------------- TIP 6: Have you searched our list archives? http://archives.postgresql.org