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
c18cabe8
Commit
c18cabe8
authored
Sep 08, 2005
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update regression tests for new USA timezone data. Mea culpa for not
realizing that the regression tests could be affected.
parent
69d48cef
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
15 deletions
+15
-15
src/test/regress/expected/horology.out
src/test/regress/expected/horology.out
+15
-15
No files found.
src/test/regress/expected/horology.out
View file @
c18cabe8
...
...
@@ -204,61 +204,61 @@ SELECT timestamp with time zone '27.12.2001 04:05:06.789-08';
SET DateStyle = 'ISO';
-- As of 7.4, allow time without time zone having a time zone specified
SELECT time without time zone '040506.789+08';
time
time
--------------
04:05:06.789
(1 row)
SELECT time without time zone '040506.789-08';
time
time
--------------
04:05:06.789
(1 row)
SELECT time without time zone 'T040506.789+08';
time
time
--------------
04:05:06.789
(1 row)
SELECT time without time zone 'T040506.789-08';
time
time
--------------
04:05:06.789
(1 row)
SELECT time with time zone '040506.789+08';
timetz
timetz
-----------------
04:05:06.789+08
(1 row)
SELECT time with time zone '040506.789-08';
timetz
timetz
-----------------
04:05:06.789-08
(1 row)
SELECT time with time zone 'T040506.789+08';
timetz
timetz
-----------------
04:05:06.789+08
(1 row)
SELECT time with time zone 'T040506.789-08';
timetz
timetz
-----------------
04:05:06.789-08
(1 row)
SELECT time with time zone 'T040506.789 +08';
timetz
timetz
-----------------
04:05:06.789+08
(1 row)
SELECT time with time zone 'T040506.789 -08';
timetz
timetz
-----------------
04:05:06.789-08
(1 row)
...
...
@@ -1770,11 +1770,11 @@ SELECT '' AS "160", d.f1 AS "timestamp", t.f1 AS "interval", d.f1 + t.f1 AS plus
| Tue Dec 31 17:32:01 1996 PST | @ 34 years | Tue Dec 31 17:32:01 2030 PST
| Fri Dec 31 17:32:01 1999 PST | @ 34 years | Sat Dec 31 17:32:01 2033 PST
| Sat Jan 01 17:32:01 2000 PST | @ 34 years | Sun Jan 01 17:32:01 2034 PST
| Wed Mar 15 02:14:05 2000 PST | @ 34 years | Wed Mar 15 02:14:05 2034 P
S
T
| Wed Mar 15 03:14:04 2000 PST | @ 34 years | Wed Mar 15 03:14:04 2034 P
S
T
| Wed Mar 15 08:14:01 2000 PST | @ 34 years | Wed Mar 15 08:14:01 2034 P
S
T
| Wed Mar 15 12:14:03 2000 PST | @ 34 years | Wed Mar 15 12:14:03 2034 P
S
T
| Wed Mar 15 13:14:02 2000 PST | @ 34 years | Wed Mar 15 13:14:02 2034 P
S
T
| Wed Mar 15 02:14:05 2000 PST | @ 34 years | Wed Mar 15 02:14:05 2034 P
D
T
| Wed Mar 15 03:14:04 2000 PST | @ 34 years | Wed Mar 15 03:14:04 2034 P
D
T
| Wed Mar 15 08:14:01 2000 PST | @ 34 years | Wed Mar 15 08:14:01 2034 P
D
T
| Wed Mar 15 12:14:03 2000 PST | @ 34 years | Wed Mar 15 12:14:03 2034 P
D
T
| Wed Mar 15 13:14:02 2000 PST | @ 34 years | Wed Mar 15 13:14:02 2034 P
D
T
| Sun Dec 31 17:32:01 2000 PST | @ 34 years | Sun Dec 31 17:32:01 2034 PST
| Mon Jan 01 17:32:01 2001 PST | @ 34 years | Mon Jan 01 17:32:01 2035 PST
| Sat Sep 22 18:19:20 2001 PDT | @ 34 years | Sat Sep 22 18:19:20 2035 PDT
...
...
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