diff options
author | Bruce Momjian <bruce@momjian.us> | 2007-02-06 18:38:04 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2007-02-06 18:38:04 +0000 |
commit | b93d4a75a037f5b5717f2de48f681fcc7336df0f (patch) | |
tree | cd950e05ab6aa0b9d71a2d30b802fdeacb271c8a /doc/src/FAQ/FAQ.html | |
parent | 8d24b8bd7a0fe50b40018f2d26352184467fb68f (diff) | |
download | postgresql-b93d4a75a037f5b5717f2de48f681fcc7336df0f.tar.gz postgresql-b93d4a75a037f5b5717f2de48f681fcc7336df0f.zip |
Backpatch FAQs to 8.2.X branch.
Diffstat (limited to 'doc/src/FAQ/FAQ.html')
-rw-r--r-- | doc/src/FAQ/FAQ.html | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/doc/src/FAQ/FAQ.html b/doc/src/FAQ/FAQ.html index da112652aeb..e691be79b93 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: Tue Jan 30 17:37:01 EST 2007</P> + <P>Last updated: Tue Feb 6 13:36:18 EST 2007</P> <P>Current maintainer: Bruce Momjian (<A href= "mailto:bruce@momjian.us">bruce@momjian.us</A>) @@ -221,7 +221,7 @@ <H3 id="item1.6">1.6) What is the most recent release?</H3> - <P>The latest release of PostgreSQL is version 8.2.1.</P> + <P>The latest release of PostgreSQL is version 8.2.2.</P> <P>We plan to have a major release every year, with minor releases every few months.</P> @@ -442,10 +442,11 @@ <H3 id="item1.14">1.14) Will PostgreSQL handle recent daylight saving time changes in various countries?</H3> - <P>PostgreSQL versions prior to 8.0 use the operating system's - timezone database for daylight saving information. All current - versions of PostgreSQL 8.0 and later contain up-to-date timezone - information.</P> + <P>USA daylight saving time changes are included in PostgreSQL release + 8.0.[4+], and all later major releases, e.g. 8.1. Canada and Western + Australia changes are included in 8.0.[10+], 8.1.[6+], and all later + major releases. PostgreSQL releases prior to 8.0 use the operating + system's timezone database for daylight saving information.</P> <HR> |