Re: Given 02-01-2006 to 02-28-2006, output all days.

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: Given 02-01-2006 to 02-28-2006, output all days.
Дата
Msg-id 20060219105545.B47140@megazone.bigpanda.com
обсуждение исходный текст
Ответ на Re: Given 02-01-2006 to 02-28-2006, output all days.  ("Henry Ortega" <juandelacruz@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: "Henry Ortega"
Дата:
Сообщение: Re: Given 02-01-2006 to 02-28-2006, output all days.
Следующее
От: Michael Fuhr
Дата:
Сообщение: Re: Given 02-01-2006 to 02-28-2006, output all days.