PL/PgSQL: RAISE and the number of parameters

Поиск
Список
Период
Сортировка
От Marko Tiikkaja
Тема PL/PgSQL: RAISE and the number of parameters
Дата
Msg-id 53D3F5D3.4070900@joh.to
обсуждение исходный текст
Ответы Re: PL/PgSQL: RAISE and the number of parameters  (Pavel Stehule <pavel.stehule@gmail.com>)
Re: PL/PgSQL: RAISE and the number of parameters  (Fabien COELHO <coelho@cri.ensmp.fr>)
Список pgsql-hackers
Me again,

Here's a patch for making PL/PgSQL throw an error during compilation
(instead of runtime) if the number of parameters passed to RAISE don't
match the number of placeholders in error message.  I'm sure people can
see the pros of doing it this way.


.marko

Вложения

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

Предыдущее
От: Marko Tiikkaja
Дата:
Сообщение: Re: PL/PgSQL: EXIT USING ROLLBACK
Следующее
От: Tom Lane
Дата:
Сообщение: Re: PL/PgSQL: EXIT USING ROLLBACK