mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Remove SHOW after datestyle reset.
This commit is contained in:
@ -1124,5 +1124,3 @@ SELECT '' AS eight, f1 AS european_sql FROM ABSTIME_TBL;
|
||||
(8 rows)
|
||||
|
||||
RESET DateStyle;
|
||||
SHOW DateStyle;
|
||||
NOTICE: DateStyle is ISO with US (NonEuropean) conventions
|
||||
|
@ -1124,5 +1124,3 @@ SELECT '' AS eight, f1 AS european_sql FROM ABSTIME_TBL;
|
||||
(8 rows)
|
||||
|
||||
RESET DateStyle;
|
||||
SHOW DateStyle;
|
||||
NOTICE: DateStyle is ISO with US (NonEuropean) conventions
|
||||
|
@ -1124,5 +1124,3 @@ SELECT '' AS eight, f1 AS european_sql FROM ABSTIME_TBL;
|
||||
(8 rows)
|
||||
|
||||
RESET DateStyle;
|
||||
SHOW DateStyle;
|
||||
NOTICE: DateStyle is ISO with US (NonEuropean) conventions
|
||||
|
@ -149,6 +149,3 @@ SELECT '' AS sixty_three, d1 AS european_sql FROM TIMESTAMP_TBL;
|
||||
SELECT '' AS eight, f1 AS european_sql FROM ABSTIME_TBL;
|
||||
|
||||
RESET DateStyle;
|
||||
|
||||
SHOW DateStyle;
|
||||
|
||||
|
Reference in New Issue
Block a user