Re: Line length in pl/pgsql function

Поиск
Список
Период
Сортировка
От David Olbersen
Тема Re: Line length in pl/pgsql function
Дата
Msg-id E7E213858379814A9AE48CA6754F5ECB0D74A4@mail01.stbernard.com
обсуждение исходный текст
Ответ на Line length in pl/pgsql function  ("David Olbersen" <DOlbersen@stbernard.com>)
Ответы Re: Line length in pl/pgsql function
Список pgsql-sql
Tom Lane wrote:

> Hmm ... plpgsql had some string-length issues as recently as 7.2.2, but
> I don't know of any problems since then.  Could you submit a *complete*
> test case, rather than making us guess the details?

Sure. I didn't want to dump a huge email to have somebody say "Addressed in 7.3.5" :)

PostgreSQL version...: 7.3.4
Compiled with........: gcc 2.95.3
Architecture.........: Intel Pentium III
Operating System.....: FreeBSD 4.5-STABLE

 Reproduction
--------------
1) Connect to the database using psql
2) Attempt to create a return type and function using:
    \i test_ratedby_category_lang.plsql

The errors from psql are attached as psql-errors.txt
The file with the function is attached as test_ratedby_category_lang.plsql
The postgresql.conf and current postmaster.opts are attached as well.

I can send syslog output as well, if desired, at any debug level (I don't know what's appropriate).

I tried reproducing the bug before I composed this message and it didn't break in the same way as yesterday. That's not
veryhelpful -- but it did still break with the same error message (as seen in psql-errors.txt) but my syslog output was
different.I can attach both if that's helpful. 

Any more info needed?

--
David Olbersen
iGuard Engineer
St. Bernard Software
15015 Avenue of Sciences
San Diego, CA 92127
x2152

Вложения

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

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