Update for release 8.2.

This commit is contained in:
Bruce Momjian 2006-12-02 04:12:11 +00:00
parent 579c58761c
commit 73500fd8b5
2 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
Frequently Asked Questions (FAQ) for PostgreSQL Frequently Asked Questions (FAQ) for PostgreSQL
Last updated: Tue Nov 21 23:16:54 EST 2006 Last updated: Fri Dec 1 23:11:53 EST 2006
Current maintainer: Bruce Momjian (bruce@momjian.us) Current maintainer: Bruce Momjian (bruce@momjian.us)
@ -170,7 +170,7 @@
1.6) What is the most recent release? 1.6) What is the most recent release?
The latest release of PostgreSQL is version 8.1.5. The latest release of PostgreSQL is version 8.2.
We plan to have a major release every year, with minor releases every We plan to have a major release every year, with minor releases every
few months. few months.

View File

@ -10,7 +10,7 @@
alink="#0000ff"> alink="#0000ff">
<H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1> <H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1>
<P>Last updated: Tue Nov 21 23:16:54 EST 2006</P> <P>Last updated: Fri Dec 1 23:11:53 EST 2006</P>
<P>Current maintainer: Bruce Momjian (<A href= <P>Current maintainer: Bruce Momjian (<A href=
"mailto:bruce@momjian.us">bruce@momjian.us</A>) "mailto:bruce@momjian.us">bruce@momjian.us</A>)
@ -219,7 +219,7 @@
<H3 id="item1.6">1.6) What is the most recent release?</H3> <H3 id="item1.6">1.6) What is the most recent release?</H3>
<P>The latest release of PostgreSQL is version 8.1.5.</P> <P>The latest release of PostgreSQL is version 8.2.</P>
<P>We plan to have a major release every year, with minor releases <P>We plan to have a major release every year, with minor releases
every few months.</P> every few months.</P>
@ -1091,7 +1091,7 @@ length</TD></TR>
double-quotes around table or column names during table creation. double-quotes around table or column names during table creation.
When double-quotes are used, table and column names (called When double-quotes are used, table and column names (called
identifiers) are stored <a identifiers) are stored <a
href="http://www.postgresql.org/docs/8.1/static/sql-syntax.html#SQL-SYNTAX-IDENTIFIERS"> href="http://www.postgresql.org/docs/8.2/static/sql-syntax.html#SQL-SYNTAX-IDENTIFIERS">
case-sensitive</a>, meaning you must use double-quotes when case-sensitive</a>, meaning you must use double-quotes when
referencing the names in a query. Some interfaces, like pgAdmin, referencing the names in a query. Some interfaces, like pgAdmin,
automatically double-quote identifiers during table creation. automatically double-quote identifiers during table creation.