Re: VALIDAR UN INSERT BIEN HECHO

From: Espartano <espartano(dot)mail(at)gmail(dot)com>
To: Fabio Arias <fharias(at)gmail(dot)com>
Cc: pgsql-es-ayuda <pgsql-es-ayuda(at)postgresql(dot)org>
Subject: Re: VALIDAR UN INSERT BIEN HECHO
Date: 2009-03-02 22:55:05
Message-ID: d353bd50903021455i16c80de0l1555841e11d4c668@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

2009/3/2 Fabio Arias <fharias(at)gmail(dot)com>:
> Muy Buenas Tardes muchachos, me gustaria conocer como puedo validar que
> INSERT dentro de una funcion se realizon correctamente.
> Gracias,
>

Las funciones dentro de postgres se realizan inplicitamente dentro de
una transaccion, esto es o se realizaron todos los inserts
correctamente o no se reailzo ninguno.

--
"Linux is for people who hate Windows, BSD is for people who love UNIX".
"Social Engineer -> Because there is no patch for human stupidity"
"The Unix Guru's View of Sex unzip ; strip ; touch ; grep ; finger ;
mount ; fsck ; more ; yes ; umount ; sleep."
"Documentation is like sex: when it is good, it is very, very good;
and when it is bad, it is better than nothing."

In response to

Responses

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Miguel Angel 2009-03-02 23:32:38 Re: Formato DBF
Previous Message Fabio Arias 2009-03-02 22:47:01 VALIDAR UN INSERT BIEN HECHO