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
3c7ca8d4
Commit
3c7ca8d4
authored
Mar 21, 2000
by
Thomas G. Lockhart
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update test for new ORDER BY clause from Tom Lane.
parent
3ee8f7e2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
src/test/regress/expected/horology.out
src/test/regress/expected/horology.out
+5
-5
No files found.
src/test/regress/expected/horology.out
View file @
3c7ca8d4
...
...
@@ -715,7 +715,7 @@ SELECT '' AS four, f1 AS abstime,
SELECT '' AS "15", f1 AS timestamp, date( f1) AS date
FROM TEMP_TIMESTAMP
WHERE f1 <> timestamp 'current'
ORDER BY date;
ORDER BY date
, timestamp
;
15 | timestamp | date
----+------------------------------+------------
| epoch | 01-01-1970
...
...
@@ -726,11 +726,11 @@ SELECT '' AS "15", f1 AS timestamp, date( f1) AS date
| Tue Dec 31 17:32:01 1996 PST | 12-31-1996
| Fri Dec 31 17:32:01 1999 PST | 12-31-1999
| Sat Jan 01 17:32:01 2000 PST | 01-01-2000
| Wed Mar 15 08:14:01 2000 PST | 03-15-2000
| Wed Mar 15 04:14:02 2000 PST | 03-15-2000
| Wed Mar 15 01:14:05 2000 PST | 03-15-2000
| Wed Mar 15 02:14:03 2000 PST | 03-15-2000
| Wed Mar 15 03:14:04 2000 PST | 03-15-2000
| Wed Mar 15 01:14:05 2000 PST | 03-15-2000
| Wed Mar 15 04:14:02 2000 PST | 03-15-2000
| Wed Mar 15 08:14:01 2000 PST | 03-15-2000
| Sun Dec 31 17:32:01 2000 PST | 12-31-2000
| Mon Jan 01 17:32:01 2001 PST | 01-01-2001
(15 rows)
...
...
@@ -760,7 +760,7 @@ SELECT '' AS "15", f1 AS timestamp, abstime( f1) AS abstime
SELECT '' AS four, f1 AS abstime, date( f1) AS date
FROM ABSTIME_TBL
WHERE isfinite(f1) AND f1 <> abstime 'current'
ORDER BY date;
ORDER BY date
, abstime
;
four | abstime | date
------+------------------------------+------------
| Sat May 10 23:59:12 1947 PST | 05-10-1947
...
...
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