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

Commitd74c52c

Browse files
author
Thomas G. Lockhart
committed
Allow more timezone-like interpretation of INTERVALs.
1 parenta669bd7 commitd74c52c

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

‎src/test/regress/expected/interval.out

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -3,44 +3,44 @@
33
--
44
SET DATESTYLE = DEFAULT;
55
-- check acceptance of "time zone style"
6-
SELECT INTERVAL '01:00';
7-
?column?
6+
SELECT INTERVAL '01:00' AS "One hour";
7+
One hour
88
----------
99
+01:00
1010
(1 row)
1111

12-
SELECT INTERVAL '+02:00';
13-
?column?
14-
----------
12+
SELECT INTERVAL '+02:00' AS "Two hours";
13+
Two hours
14+
-----------
1515
+02:00
1616
(1 row)
1717

18-
SELECT INTERVAL '-08:00';
19-
?column?
20-
----------
18+
SELECT INTERVAL '-08:00' AS "Eight hours";
19+
Eight hours
20+
-------------
2121
-08:00
2222
(1 row)
2323

24-
SELECT INTERVAL '-05';
25-
?column?
26-
-----------
27-
-00:00:05
24+
SELECT INTERVAL '-05' AS "Five hours";
25+
Five hours
26+
------------
27+
-05:00
2828
(1 row)
2929

30-
SELECT INTERVAL '-1 +02:03';
31-
?column?
32-
----------
30+
SELECT INTERVAL '-1 +02:03' AS "22 hours ago...";
31+
22 hours ago...
32+
-----------------
3333
-21:57
3434
(1 row)
3535

36-
SELECT INTERVAL '-1 days +02:03';
37-
?column?
38-
----------
36+
SELECT INTERVAL '-1 days +02:03' AS "22 hours ago...";
37+
22 hours ago...
38+
-----------------
3939
-21:57
4040
(1 row)
4141

42-
SELECT INTERVAL '10 years -11 month -12 days +13:14';
43-
?column?
42+
SELECT INTERVAL '10 years -11 month -12 days +13:14' AS "9 years...";
43+
9 years...
4444
--------------------------
4545
9 years 1 mon -11 -10:46
4646
(1 row)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp