| From: | Uncle George <gatgul(at)voicenet(dot)com> |
|---|---|
| To: | pgsql-hackers(at)postgresql(dot)org |
| Subject: | Postgres Alpha Port On RH6.0 |
| Date: | 1999-07-12 19:27:29 |
| Message-ID: | 378A41A1.4A86D5C5@voicenet.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
This particular query from the regression test reltime.sql fails
also fails for >=
BUT not for < of <=
Where is the Comparison made, so I can trace backwards how it got there.
Any Hints would be appreaciated.
gat
QUERY: SELECT '' AS five, RELTIME_TBL.*
WHERE RELTIME_TBL.f1 > '@ 3 seconds ago'::reltime;
five|f1
----+--
(0 rows)
| Attachment | Content-Type | Size |
|---|---|---|
| a.gz | application/octet-stream | 579 bytes |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 1999-07-12 21:24:44 | Re: [HACKERS] create rule changes table to view ? |
| Previous Message | Peter Eisentraut | 1999-07-12 18:49:05 | Re: [HACKERS] create rule changes table to view ? |