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