diff options
author | Bruce Momjian <bruce@momjian.us> | 2005-02-02 17:44:22 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2005-02-02 17:44:22 +0000 |
commit | f69513df178c9df1da6836a5f282d97e7748d6df (patch) | |
tree | aaa37a7726a74044b63aa85c231324a0dfb56b0c /doc/src | |
parent | 947ae56d80f745b6c754b3db49008bf16cae0ff5 (diff) | |
download | postgresql-f69513df178c9df1da6836a5f282d97e7748d6df.tar.gz postgresql-f69513df178c9df1da6836a5f282d97e7748d6df.zip |
Update FAQ numbering.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/FAQ/FAQ.html | 10 |
1 files changed, 5 insertions, 5 deletions
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"> <H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1> - <P>Last updated: Wed Feb 2 08:40:42 EST 2005</P> + <P>Last updated: Wed Feb 2 12:44:03 EST 2005</P> <P>Current maintainer: Bruce Momjian (<A href= "mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>) @@ -88,13 +88,13 @@ is <SMALL>NULL</SMALL>?<BR> <A href="#4.10">4.10</A>) What is the difference between the various character types?<BR> - <A href="#4.11.0">4.11.0</A>) How do I create a + <A href="#4.11.1">4.11.1</A>) How do I create a serial/auto-incrementing field?<BR> - <A href="#4.11.1">4.11.1</A>) How do I get the value of a + <A href="#4.11.2">4.11.2</A>) How do I get the value of a <SMALL>SERIAL</SMALL> insert?<BR> - <A href="#4.11.2">4.11.2</A>) Doesn't <I>currval()</I> + <A href="#4.11.3">4.11.3</A>) Doesn't <I>currval()</I> lead to a race condition with other users?<BR> - <A href="#4.11.3">4.11.3</A>) Why aren't my sequence numbers + <A href="#4.11.4">4.11.4</A>) Why aren't my sequence numbers reused on transaction abort? Why are there gaps in the numbering of my sequence/SERIAL column?<BR> <A href="#4.12">4.12</A>) What is an <SMALL>OID</SMALL>? What is a |