Re: Assertions in PL/PgSQL

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Assertions in PL/PgSQL
Дата
Msg-id 52370C20.1050009@gmx.net
обсуждение исходный текст
Ответ на Re: Assertions in PL/PgSQL  (Marko Tiikkaja <marko@joh.to>)
Список pgsql-hackers
On 9/15/13 10:49 AM, Marko Tiikkaja wrote:
> On 2013-09-15 16:34, Peter Eisentraut wrote:
>> On Sat, 2013-09-14 at 20:47 +0200, Marko Tiikkaja wrote:
>>> Attached is a patch for supporting assertions in PL/PgSQL.  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.
>>
>> Doesn't build:
> 
> Ugh.  Accidentally edited an auto-generated file.  Fixed in the
> attached, thanks!

Please fix the tabs in the SGML files.




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

Предыдущее
От: Merlin Moncure
Дата:
Сообщение: Re: Proposal: json_populate_record and nested json objects
Следующее
От: Boszormenyi Zoltan
Дата:
Сообщение: Proposal: UPDATE/DELETE ... WHERE OFFSET n OF cursor_name, was: Re: New ECPG idea, was: Re: ECPG FETCH readahead