Re: Line length in pl/pgsql function

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: Line length in pl/pgsql function
Дата
Msg-id 200403170927.50757.dev@archonet.com
обсуждение исходный текст
Ответ на Line length in pl/pgsql function  ("David Olbersen" <DOlbersen@stbernard.com>)
Список pgsql-sql
On Wednesday 17 March 2004 00:47, David Olbersen wrote:
>
> Here's the "clean" code that doesn't work:
>
>                 FOR result IN
>                     SELECT
>                         initcap( c.name )         AS category,
>                         initcap( l.language )     AS language,
>                         count(*)                  AS howmany
[etc]

I don't suppose your actual code has any comments in it? I stumbled across an 
obscure parser issue in plpgsql regarding comments/line-endings and I think 
that was somewhere in 7.3.x

Might be worth a quick look in the -bugs list archives and see if anything 
looks like your problem.

--  Richard Huxton Archonet Ltd


В списке pgsql-sql по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Line length in pl/pgsql function
Следующее
От: Gary Stainburn
Дата:
Сообщение: Re: working with unix timestamp