Re: BUG #4329: Transaction model changed?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Gerd Grossmann" <gerdgrossmann(at)njini(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #4329: Transaction model changed?
Date: 2008-07-28 16:10:09
Message-ID: 22006.1217261409@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Gerd Grossmann" <gerdgrossmann(at)njini(dot)com> writes:
> Executing the following

> createStmnt:='CREATE TABLE test (val integer);INSERT INTO test (val)
> VALUES (1);';
> EXECUTE createStmnt;

> would just work fine under postgresql 8.3 but does not work with postgresql
> 8.0. It complains that the table test does not exist!

I get the same complaint in both versions; which I find unsurprising
because the whole querystring is parsed and planned before execution
begins.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2008-07-28 16:17:52 Re: BUG #4327: Primary key not refresh after cascaded deleted
Previous Message Alvaro Herrera 2008-07-28 15:22:21 Re: BUG #4328: help in creating database encoded with LATIN1