Re: [BUGS] BUG #1857: Problem with driver ODBC

2005-08-31 Thread Alvaro Herrera
On Tue, Aug 30, 2005 at 08:53:24PM +0100, Cleber Nardelli wrote: > BEGIN TRANSACTION; > DELETE FROM TABL1 WHERE ID = 1; > INSERT INTO TABL1 VALUES (1,1); > SAVEPOINT SVPT; > INSERT INTO TABL1 VALUES (1,1); > ROLLBACK TO SAVEPOINT SPVT; > COMMIT; > > When I try to insert as register it a

[BUGS] BUG #1857: Problem with driver ODBC

2005-08-31 Thread Cleber Nardelli
The following bug has been logged online: Bug reference: 1857 Logged by: Cleber Nardelli Email address: [EMAIL PROTECTED] PostgreSQL version: 8.0.3 Operating system: Windows XP Professional (Client) RedHat 9 Linux (Server) Description:Problem with driver ODBC Details: