'now' problem - Mailing list pgsql-sql

From jmycr@cs.com
Subject 'now' problem
Date
Msg-id 6E780245.25FCD282.00014635@cs.com
Whole thread Raw
List pgsql-sql
SELECT a.id, a.archive_id, a.bk_name, b.ip
FROM archive a, backup b
WHERE a.file_status = 0 and a.bkup_name = b.bkup_name and a.backup_date < 'now'::datetime -  
'(SELECT s.maxday_savefile FROM backupservice s  
WHERE info.service_type = s.service and a.backup_id = info.backup_id) days'::timespan;


pgsql-sql by date:

Previous
From: rjb26@hotmail.losethis.nothere.com
Date:
Subject: Re: Help reqd: Copying char to date
Next
From: Stephan Szabo
Date:
Subject: Re: REFERENCES