Re: Assertions in PL/PgSQL - Mailing list pgsql-hackers

From Marko Tiikkaja
Subject Re: Assertions in PL/PgSQL
Date
Msg-id 5234B078.5060007@joh.to
Whole thread Raw
In response to Assertions in PL/PgSQL  (Marko Tiikkaja <marko@joh.to>)
Responses Re: Assertions in PL/PgSQL
List 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 by date:

Previous
From: Marko Tiikkaja
Date:
Subject: Assertions in PL/PgSQL
Next
From: Andres Freund
Date:
Subject: Re: record identical operator