Given 02-01-2006 to 02-28-2006, output all days. - Mailing list pgsql-sql

From Henry Ortega
Subject Given 02-01-2006 to 02-28-2006, output all days.
Date
Msg-id 2bffcc330602171307i4b0c523eveeb6e3e4ecf1f46f@mail.gmail.com
Whole thread Raw
Responses Re: Given 02-01-2006 to 02-28-2006, output all days.  (Michael Fuhr <mike@fuhr.org>)
List pgsql-sql
Is there a real quick way to do a query that will show me all the dates <br />given a startdate and an end date?<br
/><br/>Given: 02-01-2006 and 02-28-2006<br />it should give me:<br />02-01-2006<br />02-02-2006<br />...<br />...<br
/>02-27-2006<br />02-28-2006<br /><br />Can this be done by a built-in function perhaps? <br /><br /><br /> 

pgsql-sql by date:

Previous
From: Markus Schaber
Date:
Subject: Re: group by complications
Next
From: "Owen Jacobson"
Date:
Subject: Re: Given 02-01-2006 to 02-28-2006, output all days.