Ver Mensaje Individual
  #13 (permalink)  
Antiguo 14/03/2008, 12:35
Avatar de Sergestux
Sergestux
 
Fecha de Ingreso: agosto-2007
Ubicación: Tapachula
Mensajes: 1.218
Antigüedad: 16 años, 8 meses
Puntos: 20
Re: Deshacer insert, update, delete?

Pues aca (aunque en ingles) dice lo mismo y es sobre la version 8.3
Cita:
By default (without BEGIN), PostgreSQL executes transactions in "autocommit" mode, that is, each statement is executed in its own transaction and a commit is implicitly performed at the end of the statement (if execution was successful, otherwise a rollback is done).
Intento de traduccion:

Cita:
Por default (sin BEGIN), PostgreSQL ejecuta transacciones en modo "autocommit", esto es, cada sentencia es ejecutada en su propia transaccion y un commit es implicitamente ejecutado al final de la sentencia (si la ejecucion fue exitosa, de otro modo se hace un roll back).

Última edición por Sergestux; 14/03/2008 a las 12:39 Razón: Agregue la traduccion