Re: Why no exprs in format string to RAISE - Mailing list pgsql-sql

From Richard Huxton
Subject Re: Why no exprs in format string to RAISE
Date
Msg-id 40E93CAC.3000106@archonet.com
Whole thread Raw
In response to Why no exprs in format string to RAISE  (Markus Bertheau <twanger@bluetwanger.de>)
Responses Re: Why no exprs in format string to RAISE  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-sql
Markus Bertheau wrote:
> Hi,
> 
> is there a non-implementation reason as to why there are no expressions
> allowed in the arguments to the format string to RAISE, or is that just
> not implemented yet?

Just not done yet AFAIK. It would require some changes to the parser for  plpgsql, but nothing too extreme. Might make
agood project for 
 
someone learning more about PG's code.

--   Richard Huxton  Archonet Ltd


pgsql-sql by date:

Previous
From: Stephan Szabo
Date:
Subject: Re: [BUGS] [JDBC] Error in DatabaseMetaData.getColumns() with Views
Next
From: Markus Bertheau
Date:
Subject: Custom type where not all elements are comparable