Re: Release feature

From: Jaime Casanova <systemguards(at)gmail(dot)com>
To: Marx Barbosa <marxharon(at)hotmail(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: Release feature
Date: 2005-06-01 20:05:13
Message-ID: c2d9e70e05060113054e349e5d@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On 6/1/05, Marx Barbosa <marxharon(at)hotmail(dot)com> wrote:
> Hi Everybody
>
> I'd like to know which release of postgresql included the trapping errors
> sintaxe below
>
> BEGIN
> ...
> EXCEPTION
> WHEN OTHERS THEN
> ..
> END;
>
> I tried to use this sintaxe with 7.4.7 release and did not works!
>
> Thanks in advance!
>

8.0.x and later

--
Atentamente,
Jaime Casanova
(DBA: DataBase Aniquilator ;)

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Fernando Grijalba 2005-06-01 20:42:16 Convert int to hex
Previous Message Marx Barbosa 2005-06-01 19:56:39 Release feature