Re: BUG #4329: Transaction model changed?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #4329: Transaction model changed?
Дата
Msg-id 22006.1217261409@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #4329: Transaction model changed?  ("Gerd Grossmann" <gerdgrossmann@njini.com>)
Список pgsql-bugs
"Gerd Grossmann" <gerdgrossmann@njini.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

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: BUG #4328: help in creating database encoded with LATIN1
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #4327: Primary key not refresh after cascaded deleted