1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-31 22:04:40 +03:00

Backpatch FAQs to 8.2.X branch.

This commit is contained in:
Bruce Momjian
2007-02-06 18:38:04 +00:00
parent 8d24b8bd7a
commit b93d4a75a0
7 changed files with 20 additions and 17 deletions

12
doc/FAQ
View File

@ -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:36:18 EST 2007
Current maintainer: Bruce Momjian (bruce@momjian.us)
@ -173,7 +173,7 @@
1.6) What is the most recent release?
The latest release of PostgreSQL is version 8.2.1.
The latest release of PostgreSQL is version 8.2.2.
We plan to have a major release every year, with minor releases every
few months.
@ -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 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.
_________________________________________________________________
User Client Questions