On Thursday, December 17, 2020, Joel Jacobson <j...@compiler.org> wrote:
> Hi, > > Is there a way to raise an exception with a message, > without having to add your own plpgsql helper-function? > Not that i’ve seen. There is no SQL way to do so, and I’ve not seen a core c-language function that provides that feature. David J.