how to use a date range in a join - Mailing list pgsql-sql

From chester c young
Subject how to use a date range in a join
Date
Msg-id 208535.83136.qm@web54314.mail.yahoo.com
Whole thread Raw
Responses Re: how to use a date range in a join  (Andreas Kretschmer <akretschmer@spamfence.net>)
List pgsql-sql
trying to do something like

select     d.day,          c.name
from       [dates between day1 and day2] d
left join  c.some_table;

but cannot figure out what to put into the brackets.




____________________________________________________________________________________
Finding fabulous fares is fun.  
Let Yahoo! FareChase search your favorite travel sites to find flight and hotel bargains.
http://farechase.yahoo.com/promo-generic-14795097


pgsql-sql by date:

Previous
From: "Jonah H. Harris"
Date:
Subject: Re: There is acid without transactions ?
Next
From: Andreas Kretschmer
Date:
Subject: Re: how to use a date range in a join