[GENERAL] Fwd: Enhancement Request : Expressions for format string in PlPgsql RAISE statement

2005-12-04 Thread Laurent Herve
nsmis -- Subject: Enhancement Request : Expressions for format string in PlPgsql RAISE statement Date: Samedi 29 Octobre 2005 17:12 From: Laurent HERVE <[EMAIL PROTECTED]> To: pgsql-general@postgresql.org Hi, I don't know where to submit enhancement requests. So I'm doing there.

[GENERAL] Enhancement Request : Expressions for format string in PlPgsql RAISE statement

2005-10-29 Thread Laurent HERVE
Hi, I don't know where to submit enhancement requests. So I'm doing there. I have to send error messages in several languages within PlPgSQL code. I would like RAISE to work like that : RAISE EXCEPTION get_my_format_string(MY_ERR_NBR,USER_LANG),a,b,a+b/c; where the get_my_format_string returns

[GENERAL] Question about expressions with raise plpgsql statement in coming 8.1

2005-08-22 Thread Laurent HERVE
Hi, I would like to know if the PlPgSQL RAISE statement will be able to take expressions for the format string in 8.1. I checked the patches mailing list but I didn't find a clear answer. I have to send error messages in several languages within PlPgSQL code. I would like RAISE to work like that