File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
--
2
2
-- queries.source
3
3
--
4
- -- $Header: /cvsroot/pgsql/src/test/regress/Attic/queries.source,v 1.5 1996/12/02 06:31:20 momjian Exp $
4
+ -- $Header: /cvsroot/pgsql/src/test/regress/Attic/queries.source,v 1.6 1996/12/02 14:17:59 momjian Exp $
5
5
--
6
6
-- The comments that contain sequences of UNIX commands generate the
7
7
-- desired output for the POSTQUEL statement(s).
@@ -222,7 +222,7 @@ SELECT '' AS five, ABSTIME_TBL.*
222
222
< 'Jan 14 14:00:00 1977'::abstime;
223
223
224
224
SELECT '' AS five, ABSTIME_TBL.*
225
- WHERE (ABSTIME_TBL.f1 + '@ 3 year ago'::reltime) -- -3 years
225
+ WHERE (ABSTIME_TBL.f1 + '@ 3 year ago'::reltime) -- -3 years
226
226
< 'Jan 14 14:00:00 1971'::abstime;
227
227
228
228
SELECT '' AS five, ABSTIME_TBL.*
You can’t perform that action at this time.
0 commit comments