Remove SHOW after datestyle reset.

This commit is contained in:
Bruce Momjian 2000-03-09 17:39:34 +00:00
parent de62329acd
commit 2a55934926
4 changed files with 0 additions and 9 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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;