Re: Acccessing individual array elements form plpgsql

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Celia McInnis" <celia(at)drmath(dot)ca>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Acccessing individual array elements form plpgsql
Date: 2005-03-12 00:44:40
Message-ID: 6666.1110588280@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

"Celia McInnis" <celia(at)drmath(dot)ca> writes:
> Is there some better way to print out debugging info from a stored procedure?

Not really. The RAISE statement needs some TLC, basically, but no one's
gotten around to it. Aside from the prohibition on expressions, which
is just silly, it needs to support specifying an error code when
throwing errors ...

regards, tom lane

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message java unix 2005-03-12 04:01:09 preoblem in jdbc postgresql and tomcat
Previous Message Celia McInnis 2005-03-11 23:27:22 Re: Acccessing individual array elements form plpgsql