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

From Marko Tiikkaja
Subject Re: Assertions in PL/PgSQL
Date
Msg-id 5234E291.3050704@joh.to
Whole thread Raw
In response to Re: Assertions in PL/PgSQL  (Pavel Stehule <pavel.stehule@gmail.com>)
Responses Re: Assertions in PL/PgSQL
List pgsql-hackers
On 2013-09-15 00:09, Pavel Stehule wrote:
> this is a possibility for introduction a new hook and possibility implement
> asserions and similar task in generic form (as extension). it can be
> assertions, tracing, profiling.

You can already do tracing and profiling in an extension.  I don't see 
what you would put inside the function body for these two, either.


Regards,
Marko Tiikkaja



pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: GUC for data checksums
Next
From: Peter Geoghegan
Date:
Subject: Re: INSERT...ON DUPLICATE KEY LOCK FOR UPDATE