From: | Pavel Stehule <stehule(at)kix(dot)fsv(dot)cvut(dot)cz> |
---|---|
To: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
Cc: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, <neilc(at)samurai(dot)com>, <pgsql-patches(at)postgresql(dot)org> |
Subject: | Re: [HACKERS] Implementation of SQLCODE and SQLERRM |
Date: | 2005-04-19 05:00:20 |
Message-ID: | Pine.LNX.4.44.0504190656200.32148-100000@kix.fsv.cvut.cz |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers pgsql-patches |
Hello,
I am not sure, I corrected memory problems, I think, but there are some
changes in plpgsql code. I'l update patch today.
Regards
Pavel Stehule
On Mon, 18 Apr 2005, Bruce Momjian wrote:
>
> Guys, is this patch ready for application? I think so, but am not 100%
> sure.
>
> ---------------------------------------------------------------------------
>
> Pavel Stehule wrote:
> > Hello,
> >
> > I changed code by your and Neil's notes. The name SQLCODE isn't well,
> > better is SQLSTATE. It's very similar DB2 variable. I am not sure, so my
> > solutions is best. Propably not. It's only particular solution for
> > plpgsql. The files plpgsql.sql and plpgsql.out are diffs for regression
> > tests.
> >
> > This patch is implementation of variables SQLERRM and SQLSTATE for plpgsql
> > language. Variable SQLSTATE contains five chars PostgreSQL Error Code,
> > SQLERRM contains relevant message last catched exception. All variables
> > are attached to plpgsql_block and have local scope. Default values are
> > '00000' for SQLSTATE and 'Sucessful completion' for SQLERRM.
> >
> > Regards
> >
> > Pavel Stehule
> >
>
> Content-Description:
>
> [ Attachment, skipping... ]
>
> Content-Description:
>
> [ Attachment, skipping... ]
>
> Content-Description:
>
> [ Attachment, skipping... ]
>
> >
> > ---------------------------(end of broadcast)---------------------------
> > TIP 4: Don't 'kill -9' the postmaster
>
>
From | Date | Subject | |
---|---|---|---|
Next Message | Oleg Bartunov | 2005-04-19 05:07:35 | Re: Problem with PITR recovery |
Previous Message | Oleg Bartunov | 2005-04-19 04:55:33 | Re: Problem with PITR recovery |
From | Date | Subject | |
---|---|---|---|
Next Message | Pavel Stehule | 2005-04-19 06:09:24 | Re: [HACKERS] Implementation of SQLCODE and SQLERRM |
Previous Message | Tom Lane | 2005-04-19 04:46:06 | Re: [HACKERS] Implementation of SQLCODE and SQLERRM variables for |