Commit 2a559349 authored by Bruce Momjian's avatar Bruce Momjian

Remove SHOW after datestyle reset.

parent de62329a
......@@ -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;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment