Re: como usar Commit

From: "Jaime Casanova" <systemguards(at)gmail(dot)com>
To: "Gabriel Ferro" <gabrielrferro(at)yahoo(dot)com(dot)ar>
Cc: pgsql-es-ayuda(at)postgresql(dot)org
Subject: Re: como usar Commit
Date: 2007-02-19 15:24:09
Message-ID: c2d9e70e0702190724gb2c4f46gd80084ecd4b8ddd0@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

On 2/19/07, Gabriel Ferro <gabrielrferro(at)yahoo(dot)com(dot)ar> wrote:
> Maestrosssss, estoy probando el tema de commit y rollback y no em funciona
> por ejemplo tengo es te codigo
> CREATE OR REPLACE FUNCTION DesencriptaDepta("Depta" character(2), "clave" bytea) RETURNS void AS
> $BODY$
> BEGIN
[...]
>
> COMMIT;
> END;
> $BODY$
> LANGUAGE 'plpgsql' VOLATILE;
>

no puedes usar commit dentro de una funcion

>
> que pasa?,
> ademas como puedo saber si hubo un error o fue todo OK
> para asi retornar esa info por medio de la funcion
>

usas el bloque EXCEPTION
http://www.postgresql.org/docs/8.2/static/plpgsql-control-structures.html#PLPGSQL-ERROR-TRAPPING

--
Atentamente,
Jaime Casanova

"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs and the universe trying
to produce bigger and better idiots.
So far, the universe is winning."
Richard Cook

In response to

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Edwin Quijada 2007-02-19 15:35:10 Re: postgreSQL
Previous Message Gabriel Ferro 2007-02-19 15:13:11 como usar Commit