@@ -572,8 +572,8 @@ DROP TABLE TEMP_DATETIME;
572
572
-- formats
573
573
--
574
574
SET DateStyle TO 'US,Postgres';
575
- NOTICE: DateStyle is Postgres with US (NonEuropean) conventions
576
575
SHOW DateStyle;
576
+ NOTICE: DateStyle is Postgres with US (NonEuropean) conventions
577
577
SELECT '' AS sixty_two, d1 AS us_postgres FROM DATETIME_TBL;
578
578
sixty_two | us_postgres
579
579
-----------+---------------------------------
@@ -734,8 +734,8 @@ SELECT '' AS eight, f1 AS us_iso FROM ABSTIME_TBL;
734
734
(8 rows)
735
735
736
736
SET DateStyle TO 'US,SQL';
737
- NOTICE: DateStyle is SQL with US (NonEuropean) conventions
738
737
SHOW DateStyle;
738
+ NOTICE: DateStyle is SQL with US (NonEuropean) conventions
739
739
SELECT '' AS sixty_two, d1 AS us_sql FROM DATETIME_TBL;
740
740
sixty_two | us_sql
741
741
-----------+----------------------------
@@ -816,8 +816,8 @@ SELECT '' AS eight, f1 AS us_sql FROM ABSTIME_TBL;
816
816
(8 rows)
817
817
818
818
SET DateStyle TO 'European,Postgres';
819
- NOTICE: DateStyle is Postgres with European conventions
820
819
SHOW DateStyle;
820
+ NOTICE: DateStyle is Postgres with European conventions
821
821
INSERT INTO DATETIME_TBL VALUES('13/06/1957');
822
822
SELECT count(*) as one FROM DATETIME_TBL WHERE d1 = 'Jun 13 1957';
823
823
one
@@ -906,8 +906,8 @@ SELECT '' AS eight, f1 AS european_postgres FROM ABSTIME_TBL;
906
906
(8 rows)
907
907
908
908
SET DateStyle TO 'European,ISO';
909
- NOTICE: DateStyle is ISO with European conventions
910
909
SHOW DateStyle;
910
+ NOTICE: DateStyle is ISO with European conventions
911
911
SELECT '' AS sixty_three, d1 AS european_iso FROM DATETIME_TBL;
912
912
sixty_three | european_iso
913
913
-------------+---------------------------
@@ -989,8 +989,8 @@ SELECT '' AS eight, f1 AS european_iso FROM ABSTIME_TBL;
989
989
(8 rows)
990
990
991
991
SET DateStyle TO 'European,SQL';
992
- NOTICE: DateStyle is SQL with European conventions
993
992
SHOW DateStyle;
993
+ NOTICE: DateStyle is SQL with European conventions
994
994
SELECT '' AS sixty_three, d1 AS european_sql FROM DATETIME_TBL;
995
995
sixty_three | european_sql
996
996
-------------+----------------------------
@@ -1072,14 +1072,14 @@ SELECT '' AS eight, f1 AS european_sql FROM ABSTIME_TBL;
1072
1072
(8 rows)
1073
1073
1074
1074
RESET DateStyle;
1075
- NOTICE: DateStyle is Postgres with US (NonEuropean) conventions
1076
1075
SHOW DateStyle;
1076
+ NOTICE: DateStyle is Postgres with US (NonEuropean) conventions
1077
1077
--
1078
1078
-- formats
1079
1079
--
1080
1080
SET DateStyle TO 'US,Postgres';
1081
- NOTICE: DateStyle is Postgres with US (NonEuropean) conventions
1082
1081
SHOW DateStyle;
1082
+ NOTICE: DateStyle is Postgres with US (NonEuropean) conventions
1083
1083
SELECT '' AS sixty_two, d1 AS us_postgres FROM DATETIME_TBL;
1084
1084
sixty_two | us_postgres
1085
1085
-----------+---------------------------------
@@ -1242,8 +1242,8 @@ SELECT '' AS eight, f1 AS us_iso FROM ABSTIME_TBL;
1242
1242
(8 rows)
1243
1243
1244
1244
SET DateStyle TO 'US,SQL';
1245
- NOTICE: DateStyle is SQL with US (NonEuropean) conventions
1246
1245
SHOW DateStyle;
1246
+ NOTICE: DateStyle is SQL with US (NonEuropean) conventions
1247
1247
SELECT '' AS sixty_two, d1 AS us_sql FROM DATETIME_TBL;
1248
1248
sixty_two | us_sql
1249
1249
-----------+----------------------------
@@ -1325,8 +1325,8 @@ SELECT '' AS eight, f1 AS us_sql FROM ABSTIME_TBL;
1325
1325
(8 rows)
1326
1326
1327
1327
SET DateStyle TO 'European,Postgres';
1328
- NOTICE: DateStyle is Postgres with European conventions
1329
1328
SHOW DateStyle;
1329
+ NOTICE: DateStyle is Postgres with European conventions
1330
1330
INSERT INTO DATETIME_TBL VALUES('13/06/1957');
1331
1331
SELECT count(*) as one FROM DATETIME_TBL WHERE d1 = 'Jun 13 1957';
1332
1332
one
@@ -1416,8 +1416,8 @@ SELECT '' AS eight, f1 AS european_postgres FROM ABSTIME_TBL;
1416
1416
(8 rows)
1417
1417
1418
1418
SET DateStyle TO 'European,ISO';
1419
- NOTICE: DateStyle is ISO with European conventions
1420
1419
SHOW DateStyle;
1420
+ NOTICE: DateStyle is ISO with European conventions
1421
1421
SELECT '' AS sixty_three, d1 AS european_iso FROM DATETIME_TBL;
1422
1422
sixty_three | european_iso
1423
1423
-------------+---------------------------
@@ -1500,8 +1500,8 @@ SELECT '' AS eight, f1 AS european_iso FROM ABSTIME_TBL;
1500
1500
(8 rows)
1501
1501
1502
1502
SET DateStyle TO 'European,SQL';
1503
- NOTICE: DateStyle is SQL with European conventions
1504
1503
SHOW DateStyle;
1504
+ NOTICE: DateStyle is SQL with European conventions
1505
1505
SELECT '' AS sixty_three, d1 AS european_sql FROM DATETIME_TBL;
1506
1506
sixty_three | european_sql
1507
1507
-------------+----------------------------
@@ -1584,5 +1584,5 @@ SELECT '' AS eight, f1 AS european_sql FROM ABSTIME_TBL;
1584
1584
(8 rows)
1585
1585
1586
1586
RESET DateStyle;
1587
- NOTICE: DateStyle is Postgres with US (NonEuropean) conventions
1588
1587
SHOW DateStyle;
1588
+ NOTICE: DateStyle is Postgres with US (NonEuropean) conventions