Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit f69513d

Browse files
committed
Update FAQ numbering.
1 parent 947ae56 commit f69513d

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

doc/FAQ

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Frequently Asked Questions (FAQ) for PostgreSQL
33

4-
Last updated: Wed Feb 2 08:40:42 EST 2005
4+
Last updated: Wed Feb 2 12:44:03 EST 2005
55

66
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
77

@@ -61,10 +61,10 @@
6161
case-insensitive searches?
6262
4.9) In a query, how do I detect if a field is NULL?
6363
4.10) What is the difference between the various character types?
64-
4.11.0) How do I create a serial/auto-incrementing field?
65-
4.11.1) How do I get the value of a SERIAL insert?
66-
4.11.2) Doesn't currval() lead to a race condition with other users?
67-
4.11.3) Why aren't my sequence numbers reused on transaction abort?
64+
4.11.1) How do I create a serial/auto-incrementing field?
65+
4.11.2) How do I get the value of a SERIAL insert?
66+
4.11.3) Doesn't currval() lead to a race condition with other users?
67+
4.11.4) Why aren't my sequence numbers reused on transaction abort?
6868
Why are there gaps in the numbering of my sequence/SERIAL column?
6969
4.12) What is an OID? What is a TID?
7070
4.13) Why do I get the error "ERROR: Memory exhausted in

doc/src/FAQ/FAQ.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
alink="#0000ff">
1111
<H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1>
1212

13-
<P>Last updated: Wed Feb 2 08:40:42 EST 2005</P>
13+
<P>Last updated: Wed Feb 2 12:44:03 EST 2005</P>
1414

1515
<P>Current maintainer: Bruce Momjian (<A href=
1616
"mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>)
@@ -88,13 +88,13 @@ <H2 align="center">Operational Questions</H2>
8888
is <SMALL>NULL</SMALL>?<BR>
8989
<A href="#4.10">4.10</A>) What is the difference between the
9090
various character types?<BR>
91-
<A href="#4.11.0">4.11.0</A>) How do I create a
91+
<A href="#4.11.1">4.11.1</A>) How do I create a
9292
serial/auto-incrementing field?<BR>
93-
<A href="#4.11.1">4.11.1</A>) How do I get the value of a
93+
<A href="#4.11.2">4.11.2</A>) How do I get the value of a
9494
<SMALL>SERIAL</SMALL> insert?<BR>
95-
<A href="#4.11.2">4.11.2</A>) Doesn't <I>currval()</I>
95+
<A href="#4.11.3">4.11.3</A>) Doesn't <I>currval()</I>
9696
lead to a race condition with other users?<BR>
97-
<A href="#4.11.3">4.11.3</A>) Why aren't my sequence numbers
97+
<A href="#4.11.4">4.11.4</A>) Why aren't my sequence numbers
9898
reused on transaction abort? Why are there gaps in the numbering of
9999
my sequence/SERIAL column?<BR>
100100
<A href="#4.12">4.12</A>) What is an <SMALL>OID</SMALL>? What is a

0 commit comments

Comments
 (0)