mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-27 08:39:28 +08:00
Backpatch FAQs to 8.2.X branch.
This commit is contained in:
parent
8d24b8bd7a
commit
b93d4a75a0
12
doc/FAQ
12
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: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
|
||||
|
@ -3,7 +3,7 @@ Frequently Asked Questions (FAQ) for PostgreSQL
|
||||
AIX Specific
|
||||
TO BE READ IN CONJUNCTION WITH THE NORMAL FAQ
|
||||
=======================================================
|
||||
Last updated: $Date: 2007/02/01 04:56:41 $
|
||||
Last updated: $Date: 2007/02/06 18:38:04 $
|
||||
|
||||
Topics
|
||||
|
||||
@ -16,7 +16,7 @@ Topics
|
||||
-----
|
||||
|
||||
From: Zeugswetter Andreas <ZeugswetterA@spardat.at>
|
||||
$Date: 2007/02/01 04:56:41 $
|
||||
$Date: 2007/02/06 18:38:04 $
|
||||
|
||||
On AIX 4.3.2 PostgreSQL compiled with the native IBM compiler xlc
|
||||
(vac.C 5.0.1) passes all regression tests. Other versions of OS and
|
||||
|
@ -3,7 +3,7 @@ Frequently Asked Questions (FAQ) for PostgreSQL
|
||||
HP-UX Specific
|
||||
TO BE READ IN CONJUNCTION WITH THE NORMAL FAQ
|
||||
=======================================================
|
||||
last updated: $Date: 2007/02/01 04:56:41 $
|
||||
last updated: $Date: 2007/02/06 18:38:04 $
|
||||
|
||||
current maintainer: Tom Lane (tgl@sss.pgh.pa.us)
|
||||
original author: Tom Lane (tgl@sss.pgh.pa.us)
|
||||
|
@ -3,7 +3,7 @@ Frequently Asked Questions (FAQ) for PostgreSQL
|
||||
IRIX Specific
|
||||
TO BE READ IN CONJUNCTION WITH THE NORMAL FAQ
|
||||
=======================================================
|
||||
last updated: $Date: 2007/02/01 04:56:41 $
|
||||
last updated: $Date: 2007/02/06 18:38:04 $
|
||||
|
||||
current maintainer: Luis Amigo (lamigo@atc.unican.es)
|
||||
original author: Luis Amigo (lamigo@atc.unican.es)
|
||||
|
@ -3,7 +3,7 @@ Frequently Asked Questions (FAQ) for PostgreSQL
|
||||
IRIX Specific
|
||||
TO BE READ IN CONJUNCTION WITH THE NORMAL FAQ
|
||||
=======================================================
|
||||
last updated: $Date: 2007/02/01 04:56:41 $
|
||||
last updated: $Date: 2007/02/06 18:38:04 $
|
||||
|
||||
current maintainer: Billy G. Allie (Bill.Allie@mug.org)
|
||||
original author: Andrew Merrill (andrew@compclass.com)
|
||||
|
@ -3,7 +3,7 @@ Frequently Asked Questions (FAQ) for PostgreSQL
|
||||
Sun Solaris specific
|
||||
To be read in conjunction with the installation instructions.
|
||||
============================================================
|
||||
Last updated: $Date: 2007/02/01 04:56:41 $
|
||||
Last updated: $Date: 2007/02/06 18:38:04 $
|
||||
|
||||
|
||||
Contents:
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user