gnumed-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnumed-devel] where the script is crashing


From: Karsten Hilbert
Subject: Re: [Gnumed-devel] where the script is crashing
Date: Wed, 11 Jan 2006 23:34:56 +0100
User-agent: Mutt/1.5.11

On Thu, Jan 12, 2006 at 08:15:04AM +1100, Richard wrote:

> Seems an obvious solution but it is not the problem Kartsen, I already tried 
> that, as Ian suggested a couple of days ago.
Sorry, yes.

> If I comment out those three lines down to raise exception then the database 
> compiles.
You are indeed right :-)

It turns out the pl/pgsql does not support:

 raise exception msg;

It *must* be:

 raise exception ''%'', msg;

Whyever.

Karsten
-- 
GPG key ID E4071346 @ wwwkeys.pgp.net
E167 67FD A291 2BEA 73BD  4537 78B9 A9F9 E407 1346




reply via email to

[Prev in Thread] Current Thread [Next in Thread]