RE: [pgsql-es-ayuda] RV: enviar a [email protected]

2009-10-30 Por tema Edwin Quijada
-8087 *---* From: [email protected] To: [email protected] Subject: [pgsql-es-ayuda] RV: enviar a [email protected] Date: Thu, 29 Oct 2009 17:02:54 -0500 Hello, I have a problem. I have an script that makes

Re: [pgsql-es-ayuda] RV: enviar a [email protected]

2009-10-30 Por tema Ernesto Lozano
Hola Enrique y Yudelsi Placer saludarlos por este medio pueden escribir en sus requerimiento a nuestra Lista en Español sin problema asi como nuestro amigo y hermano Alvaro responde ya que no todos tienen la posibilidad de leer y interpretar el Ingles Tecnico requerido y los que manejan lo hacen b

Re: [pgsql-es-ayuda] RV: enviar a [email protected]

2009-10-30 Por tema Alvaro Herrera
Yudelsy Castellón García escribió: > Hello, > > I have a problem. I have an script that makes several operations in the > database, but I want to know how can I validate errors. For example in sql > server I do if @@error_count = 0 …, Can Anybody tell me how validate it in > postgres like this:?

[pgsql-es-ayuda] RV: enviar a [email protected]

2009-10-30 Por tema Yudelsy Castellón García
Hello, I have a problem. I have an script that makes several operations in the database, but I want to know how can I validate errors. For example in sql server I do if @@error_count = 0 …, Can Anybody tell me how validate it in postgres like this:? If error occurred then rollback transaction.