On Sun, Jul 18, 2004 at 01:07:32AM +0200, Gaetano Mendola wrote:

> kalman=# begin;
> BEGIN
> kalman=# select * from a;
> ERROR:  relation "a" does not exist
> kalman=# begin;
> BEGIN
> kalman=# select * from test;
> ERROR:  current transaction is aborted, commands ignored until end of 
> transaction block
> 
> I think the second begin shall fail instead of open an already invalid 
> transaction.

We are not gonna use "begin" for starting a subtransaction, so this is a
nonissue.  Please apply the savepoints patch and try again.

If you have current CVS tip you'll have for me to post a new patch, in
the next hour or so, because the code has drifted.

-- 
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
"Ellos andaban todos desnudos como su madre los parió, y también las mujeres,
aunque no vi más que una, harto moza, y todos los que yo vi eran todos
mancebos, que ninguno vi de edad de más de XXX años" (Cristóbal Colón)


---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

               http://archives.postgresql.org

Reply via email to