Add check of 'SET DateStyle TO DEFAULT'.

This commit is contained in:
Tom Lane 2000-09-22 15:33:31 +00:00
parent 353371874f
commit d35437069a
2 changed files with 3 additions and 0 deletions

View File

@ -1578,3 +1578,4 @@ SELECT '' AS to_timestamp_8, to_timestamp('2000January09Sunday', 'YYYYFMMonthDDF
| Sun Jan 09 00:00:00 2000 PST
(1 row)
SET DateStyle TO DEFAULT;

View File

@ -222,3 +222,5 @@ SELECT '' AS to_timestamp_6, to_timestamp('15 "text bettween quote marks" 98 54
SELECT '' AS to_timestamp_7, to_timestamp('05121445482000', 'MMDDHHMISSYYYY');
SELECT '' AS to_timestamp_8, to_timestamp('2000January09Sunday', 'YYYYFMMonthDDFMDay');
SET DateStyle TO DEFAULT;