Re: Why no exprs in format string to RAISE

From: Richard Huxton <dev(at)archonet(dot)com>
To: Markus Bertheau <twanger(at)bluetwanger(dot)de>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: Why no exprs in format string to RAISE
Date: 2004-07-05 11:34:04
Message-ID: 40E93CAC.3000106@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 a good project for
someone learning more about PG's code.

--
Richard Huxton
Archonet Ltd

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Ben 2004-07-05 12:29:52 What is PG best practice for storing temporary data in functions?
Previous Message Stephan Szabo 2004-07-05 01:41:29 Re: [JDBC] Error in DatabaseMetaData.getColumns() with Views