|
10 | 10 | alink="#0000ff">
|
11 | 11 | <H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1>
|
12 | 12 |
|
13 |
| -<P>Last updated:Tue Nov 2123:16:54 EST 2006</P> |
| 13 | +<P>Last updated:Fri Dec 123:11:53 EST 2006</P> |
14 | 14 |
|
15 | 15 | <P>Current maintainer: Bruce Momjian (<Ahref=
|
16 | 16 | "mailto:bruce@momjian.us">bruce@momjian.us</A>)
|
@@ -219,7 +219,7 @@ <H3 id="item1.5">1.5) Where can I get PostgreSQL?</H3>
|
219 | 219 |
|
220 | 220 | <H3id="item1.6">1.6) What is the most recent release?</H3>
|
221 | 221 |
|
222 |
| -<P>The latest release of PostgreSQL is version 8.1.5.</P> |
| 222 | +<P>The latest release of PostgreSQL is version 8.2.</P> |
223 | 223 |
|
224 | 224 | <P>We plan to have a major release every year, with minor releases
|
225 | 225 | every few months.</P>
|
@@ -1091,7 +1091,7 @@ <H3 id="item4.21">4.21) Why are my table and column names not
|
1091 | 1091 | double-quotes around table or column names during table creation.
|
1092 | 1092 | When double-quotes are used, table and column names (called
|
1093 | 1093 | identifiers) are stored<a
|
1094 |
| -href="http://www.postgresql.org/docs/8.1/static/sql-syntax.html#SQL-SYNTAX-IDENTIFIERS"> |
| 1094 | +href="http://www.postgresql.org/docs/8.2/static/sql-syntax.html#SQL-SYNTAX-IDENTIFIERS"> |
1095 | 1095 | case-sensitive</a>, meaning you must use double-quotes when
|
1096 | 1096 | referencing the names in a query. Some interfaces, like pgAdmin,
|
1097 | 1097 | automatically double-quote identifiers during table creation.
|
|