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

Commitd354370

Browse files
committed
Add check of 'SET DateStyle TO DEFAULT'.
1 parent3533718 commitd354370

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1578,3 +1578,4 @@ SELECT '' AS to_timestamp_8, to_timestamp('2000January09Sunday', 'YYYYFMMonthDDF
15781578
| Sun Jan 09 00:00:00 2000 PST
15791579
(1 row)
15801580

1581+
SET DateStyle TO DEFAULT;

‎src/test/regress/sql/timestamp.sql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,3 +222,5 @@ SELECT '' AS to_timestamp_6, to_timestamp('15 "text bettween quote marks" 98 54
222222
SELECT''AS to_timestamp_7, to_timestamp('05121445482000','MMDDHHMISSYYYY');
223223

224224
SELECT''AS to_timestamp_8, to_timestamp('2000January09Sunday','YYYYFMMonthDDFMDay');
225+
226+
SET DateStyle TO DEFAULT;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp