Re: Assertions in PL/PgSQL

Поиск
Список
Период
Сортировка
От Marko Tiikkaja
Тема Re: Assertions in PL/PgSQL
Дата
Msg-id 5234B078.5060007@joh.to
обсуждение исходный текст
Ответ на Assertions in PL/PgSQL  (Marko Tiikkaja <marko@joh.to>)
Ответы Re: Assertions in PL/PgSQL  (Jaime Casanova <jaime@2ndquadrant.com>)
Список pgsql-hackers
On 14/09/2013 20:47, I wrote:
> These are
> similar to the Assert() backend macro: they can be disabled during
> compile time, but when enabled, abort execution if the passed expression
> is not true.

And by "compile time" here, I mean at the time when the PL/PgSQL 
function is compiled, not the postgres server binary.


Regards,
Marko Tiikkaja




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

Предыдущее
От: Marko Tiikkaja
Дата:
Сообщение: Assertions in PL/PgSQL
Следующее
От: Andres Freund
Дата:
Сообщение: Re: record identical operator