projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a089cdd
)
Change one date away from PST to avoid trouble after daylight savings time.
author
Thomas G. Lockhart
Fri, 6 Jun 1997 06:05:53 +0000
(06:05 +0000)
committer
Thomas G. Lockhart
Fri, 6 Jun 1997 06:05:53 +0000
(06:05 +0000)
src/test/regress/expected/datetime.out
patch
|
blob
|
blame
|
history
diff --git
a/src/test/regress/expected/datetime.out
b/src/test/regress/expected/datetime.out
index d8548f4ee8d7aa9975eaf190709b364d8e76f245..ad5f86119539c2a9967f82716c2c97783b123d9a 100644
(file)
--- a/
src/test/regress/expected/datetime.out
+++ b/
src/test/regress/expected/datetime.out
@@
-4,7
+4,7
@@
QUERY: INSERT INTO DATETIME_TBL VALUES ('now');
QUERY: INSERT INTO DATETIME_TBL VALUES ('today');
QUERY: INSERT INTO DATETIME_TBL VALUES ('yesterday');
QUERY: INSERT INTO DATETIME_TBL VALUES ('tomorrow');
-QUERY: INSERT INTO DATETIME_TBL VALUES ('tomorrow
P
ST');
+QUERY: INSERT INTO DATETIME_TBL VALUES ('tomorrow
E
ST');
QUERY: INSERT INTO DATETIME_TBL VALUES ('tomorrow zulu');
QUERY: SELECT count(*) AS one FROM DATETIME_TBL WHERE d1 = 'today'::datetime;
one