aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2005-10-25 15:12:22 +0000
committerBruce Momjian <bruce@momjian.us>2005-10-25 15:12:22 +0000
commitb83547201fb321bca43276911d6839ab7ad7e7f7 (patch)
treeb5f5a08d52922135f0349ef4ad185b7a69a7f32e /doc/src
parent9ee8b9fd38bd420bdf17d9e4be1259dc6ca87330 (diff)
downloadpostgresql-b83547201fb321bca43276911d6839ab7ad7e7f7.tar.gz
postgresql-b83547201fb321bca43276911d6839ab7ad7e7f7.zip
Update 24 hours/1 day distinction in release notes.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/release.sgml16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml
index 75012d0219d..fa05a7e2f4f 100644
--- a/doc/src/sgml/release.sgml
+++ b/doc/src/sgml/release.sgml
@@ -1,5 +1,5 @@
<!--
-$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.391 2005/10/15 20:12:32 neilc Exp $
+$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.392 2005/10/25 15:12:22 momjian Exp $
Typical markup:
@@ -1211,13 +1211,13 @@ psql -t -f fixseq.sql db1 | psql -e db1
Glaesemann)
</para>
<para>
- Days that contain a daylight savings time adjustment are not 24
- hours, but typically 23 or 25 hours. This change allows days
- (not fixed 24-hour periods) to be added to dates who's result
- includes a daylight savings time adjustment period. Therefore,
- while in previous releases <literal>1 day</> and <literal>24
- hours</> were interchangeable interval values, in this release
- they are treated differently, e.g.
+ Dates that contain a daylight savings time adjustment are not 24
+ hours, but typically 23 or 25 hours. This change allows numeric days
+ (not fixed 24-hour periods) to be added to dates which include
+ a daylight savings time adjustment period. Therefore, while in
+ previous releases <literal>1 day</> and <literal>24 hours</> were
+ interchangeable interval values, in this release they are treated
+ differently, e.g.
<programlisting>
'2005-05-03 00:00:00 EST' + '1 day' = '2005-05-04 00:00:00-04'
'2005-05-03 00:00:00 EST' + '24 hours' = '2005-05-04 01:00:00-04'