|
1 | 1 | --
|
2 | 2 | -- queries.source
|
3 | 3 | --
|
4 |
| --- $Header: /cvsroot/pgsql/src/test/regress/Attic/queries.source,v 1.5 1996/12/0206:31:20 momjian Exp $ |
| 4 | +-- $Header: /cvsroot/pgsql/src/test/regress/Attic/queries.source,v 1.6 1996/12/0214: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.*
|
|