Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit91a753f

Browse files
committed
Add FAQ item about timezones and daylight savings time.
1 parent4ed9f1d commit91a753f

File tree

2 files changed

+22
-3
lines changed

2 files changed

+22
-3
lines changed

‎doc/FAQ

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Frequently Asked Questions (FAQ) for PostgreSQL
33

4-
Last updated:Fri Jan5 15:40:20 EST 2007
4+
Last updated:Tue Jan30 17:37:01 EST 2007
55

66
Current maintainer: Bruce Momjian (bruce@momjian.us)
77

@@ -27,6 +27,8 @@
2727
1.11) How can I learn SQL?
2828
1.12) How do I submit a patch or join the development team?
2929
1.13) How does PostgreSQL compare to other DBMSs?
30+
1.14) Will PostgreSQL handle recent daylight saving time changes in
31+
various countries?
3032

3133
User Client Questions
3234

@@ -323,6 +325,13 @@
323325
We are free for all use, both commercial and non-commercial.
324326
You can add our code to your product with no limitations,
325327
except those outlined in our BSD-style license stated above.
328+
329+
1.14) Will PostgreSQL handle recent daylight saving time changes in various
330+
countries?
331+
332+
PostgreSQL versions prior to 8.0 use the operating system's timezone
333+
database for daylight saving information. All current versions of
334+
PostgreSQL 8.0 and later contain up-to-date timezone information.
326335
_________________________________________________________________
327336

328337
User Client Questions

‎doc/src/FAQ/FAQ.html

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
alink="#0000ff">
1111
<H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1>
1212

13-
<P>Last updated:Fri Jan 5 15:40:20 EST 2007</P>
13+
<P>Last updated:Tue Jan30 17:37:01 EST 2007</P>
1414

1515
<P>Current maintainer: Bruce Momjian (<Ahref=
1616
"mailto:bruce@momjian.us">bruce@momjian.us</A>)
@@ -41,7 +41,9 @@ <H2 align="center">General Questions</H2>
4141
<Ahref="#item1.12">1.12</A>) How do I submit a patch or join the
4242
development team?<BR>
4343
<Ahref="#item1.13">1.13</A>) How does PostgreSQL compare to other
44-
<SMALL>DBMS</SMALL>s?<BR>
44+
<SMALL>DBMS</SMALL>s?<BR>
45+
<Ahref="#item1.14">1.14</A>) Will PostgreSQL handle recent daylight
46+
saving time changes in various countries?<BR>
4547

4648

4749
<H2align="center">User Client Questions</H2>
@@ -437,6 +439,14 @@ <H3 id="item1.13">1.13) How does PostgreSQL compare to other
437439
</DD>
438440
</DL>
439441

442+
<H3id="item1.14">1.14) Will PostgreSQL handle recent daylight
443+
saving time changes in various countries?</H3>
444+
445+
<P>PostgreSQL versions prior to 8.0 use the operating system's
446+
timezone database for daylight saving information. All current
447+
versions of PostgreSQL 8.0 and later contain up-to-date timezone
448+
information.</P>
449+
440450
<HR>
441451

442452
<H2align="center">User Client Questions</H2>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp