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

From Stephan Szabo
Subject Re: Given 02-01-2006 to 02-28-2006, output all days.
Date
Msg-id 20060219105545.B47140@megazone.bigpanda.com
Whole thread Raw
In response to Re: Given 02-01-2006 to 02-28-2006, output all days.  ("Henry Ortega" <juandelacruz@gmail.com>)
List pgsql-sql
On Sun, 19 Feb 2006, Henry Ortega wrote:

> I was able to find a suitable 7.3.2 plpgsql.so and now plpgsql works.
> (supposedly)
>
> I am trying out some really basic function creation such as this:
>
> create function dng2(start_date DATE) returns setof date as $$
> declare
> aa date:=start_date;

I don't think the beginning is a valid function definition in 7.3.x as I'm
pretty sure it didn't have the grammar support for named parameters.
Also, I think dollar quoting came in 8.0, so that's not going to work
either.  You may be looking at a different version of the docs than the
version you're using.


pgsql-sql by date:

Previous
From: "Henry Ortega"
Date:
Subject: Re: Given 02-01-2006 to 02-28-2006, output all days.
Next
From: Michael Fuhr
Date:
Subject: Re: Given 02-01-2006 to 02-28-2006, output all days.