Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
b8354720
Commit
b8354720
authored
Oct 25, 2005
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update 24 hours/1 day distinction in release notes.
parent
9ee8b9fd
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
doc/src/sgml/release.sgml
doc/src/sgml/release.sgml
+8
-8
No files found.
doc/src/sgml/release.sgml
View file @
b8354720
<!--
<!--
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.39
1 2005/10/15 20:12:32 neilc
Exp $
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.39
2 2005/10/25 15:12:22 momjian
Exp $
Typical markup:
Typical markup:
...
@@ -1211,13 +1211,13 @@ psql -t -f fixseq.sql db1 | psql -e db1
...
@@ -1211,13 +1211,13 @@ psql -t -f fixseq.sql db1 | psql -e db1
Glaesemann)
Glaesemann)
</para>
</para>
<para>
<para>
Da
y
s that contain a daylight savings time adjustment are not 24
Da
te
s that contain a daylight savings time adjustment are not 24
hours, but typically 23 or 25 hours. This change allows days
hours, but typically 23 or 25 hours. This change allows
numeric
days
(not fixed 24-hour periods) to be added to dates wh
o's result
(not fixed 24-hour periods) to be added to dates wh
ich include
includes a daylight savings time adjustment period. Therefore,
a daylight savings time adjustment period. Therefore, while in
while in previous releases <literal>1 day</> and <literal>24
previous releases <literal>1 day</> and <literal>24 hours</> were
hours</> were interchangeable interval values, in this release
interchangeable interval values, in this release they are treated
they are treated
differently, e.g.
differently, e.g.
<programlisting>
<programlisting>
'2005-05-03 00:00:00 EST' + '1 day' = '2005-05-04 00:00:00-04'
'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'
'2005-05-03 00:00:00 EST' + '24 hours' = '2005-05-04 01:00:00-04'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment