aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2007-02-06 18:31:26 +0000
committerBruce Momjian <bruce@momjian.us>2007-02-06 18:31:26 +0000
commita85a290dad16b716e55f1a8bba60f900ed370a3c (patch)
tree25289b82399ac28bbb4afd681824260e5c538a04
parenta8c3f161fb21f6f683ab6542bd6f93f04fa97ac6 (diff)
downloadpostgresql-a85a290dad16b716e55f1a8bba60f900ed370a3c.tar.gz
postgresql-a85a290dad16b716e55f1a8bba60f900ed370a3c.zip
Update timezone FAQ item:
<P>USA 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>
-rw-r--r--doc/FAQ10
-rw-r--r--doc/src/FAQ/FAQ.html11
2 files changed, 12 insertions, 9 deletions
diff --git a/doc/FAQ b/doc/FAQ
index cde6f064461..0ed9ce96613 100644
--- a/doc/FAQ
+++ b/doc/FAQ
@@ -1,7 +1,7 @@
Frequently Asked Questions (FAQ) for PostgreSQL
- Last updated: Tue Jan 30 17:37:01 EST 2007
+ Last updated: Tue Feb 6 13:31:07 EST 2007
Current maintainer: Bruce Momjian (bruce@momjian.us)
@@ -329,9 +329,11 @@
1.14) Will PostgreSQL handle recent daylight saving time changes in various
countries?
- 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.
+ USA 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.
_________________________________________________________________
User Client Questions
diff --git a/doc/src/FAQ/FAQ.html b/doc/src/FAQ/FAQ.html
index da112652aeb..6f5cc2f3ce0 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:31:07 EST 2007</P>
<P>Current maintainer: Bruce Momjian (<A href=
"mailto:bruce@momjian.us">bruce@momjian.us</A>)
@@ -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 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>