Re: [GENERAL] Problems with filter on timestamp

2005-02-02 Thread Alex Turner
Yes - I am a complete idiot: The query is indeed completely wrong, it should be current_timestamp not current_time. I finaly figured this out after staring at the screen for twenty minutes trying to figure out what was going wrong. DOH! Alex Turner NetEconomist On Wed, 02 Feb 2005 16:14:58 -0

Re: [GENERAL] Problems with filter on timestamp

2005-02-02 Thread Tom Lane
Alex Turner <[EMAIL PROTECTED]> writes: >-> Seq Scan on weblog_entry (cost=0.00..940.85 rows=4452 width=40) > Filter: ((request_time)::text > ((('now'::text)::time(6) with > time zone - '00:01:00'::interval))::text) > This explain plain seems to me to be saying that it's casting the

[GENERAL] Problems with filter on timestamp

2005-02-02 Thread Alex Turner
I have a database that logs website requests, and I'm trying to get all unique visitors within the last 1 minute, 5 minutes and 10 minutes. I have a table that I have the schema for below that incude a field remote_ip. When I perform the query with the filter, and the query without, the results