Re: Problem with newline/tab completing with psql

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Problem with newline/tab completing with psql
Дата
Msg-id 4549.1319479330@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Problem with newline/tab completing with psql  (Håvard Wahl Kongsgård <haavard.kongsgaard@gmail.com>)
Список pgsql-general
=?ISO-8859-1?Q?H=E5vard_Wahl_Kongsg=E5rd?= <haavard.kongsgaard@gmail.com> writes:
> Hi, I have a problem with newline or tab completing when adding a
> generated FUNCTION via the psql interface (have tried pasting and
> adding it with -f rule.sql)

> parser stack overflow at or near "THEN"
> LINE 5002: ELSIF ( NEW.a between 1246566738 and 1247010220 ) THEN

That's pretty interesting.  Could we see a complete (self-contained)
example of this problem, rather than a snippet?  And what PG version
is this exactly?

Given that line number, though, I wonder whether your problem is that
you tried to put several thousand nested IFs into one plpgsql function.
If so, the answer is probably "refactor your code".  You *will*
eventually hit this type of error if you nest stuff deeply enough.
I don't know exactly where the limit is, and it probably varies a
lot depending on platform, PG version, etc etc anyway.

            regards, tom lane

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

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: Re: PostGIS in a commercial project
Следующее
От: "Tomas Vondra"
Дата:
Сообщение: Re: PostGIS in a commercial project