Re: pga_next_schedule function bug

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: pga_next_schedule function bug
Дата
Msg-id E7F85A1B5FF8D44C8A1AF6885BC9A0E4E7EC43@ratbert.vale-housing.co.uk
обсуждение исходный текст
Ответ на pga_next_schedule function bug  ("Glen Sasek" <sasekg@gmail.com>)
Список pgadmin-hackers

> -----Original Message-----
> From: pgadmin-hackers-owner@postgresql.org
> [mailto:pgadmin-hackers-owner@postgresql.org] On Behalf Of Glen Sasek
> Sent: 22 December 2005 23:24
> To: pgadmin-hackers@postgresql.org
> Subject: [pgadmin-hackers] pga_next_schedule function bug
>
> When creating a schedule or running the test code in pgagent.sql  the
> following occurs:
> ERROR: syntax error at or near "IF"
> CONTEXT: compile of PL/pgSQL function "pga_next_schedule"
> near line 161
> PL/pgSQL function "pga_job_trigger" line 4 at select into variables
> PL/pgSQL function "pga_schedule_trigger" line 10 at SQL statement
>
> This can be fixed by editing the pga_next_schedule function
> around lines
> 131-163; the problem is that there is no ELSEIF keyword in
> the language. The
> correct syntax is ELSIF.

Ahh, ELSEIF was added in 8.0 - didn't realise I'd used the new form.
I'll commit appropriate fixes ASAP.

Thanks for the report.

Regards, Dave.

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

Предыдущее
От: "Glen Sasek"
Дата:
Сообщение: pga_next_schedule function bug
Следующее
От: svn@pgadmin.org
Дата:
Сообщение: SVN Commit by dpage: r4852 - branches/REL-1_4_0_PATCHES/pgadmin3/xtra/pgagent