Re: BUG #6205: ERROR: temporary tables cannot specify a schema name

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #6205: ERROR: temporary tables cannot specify a schema name
Дата
Msg-id 17052.1316059526@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: BUG #6205: ERROR: temporary tables cannot specify a schema name  (Alvaro Herrera <alvherre@commandprompt.com>)
Ответы Re: BUG #6205: ERROR: temporary tables cannot specify a schema name
Список pgsql-bugs
Alvaro Herrera <alvherre@commandprompt.com> writes:
> Excerpts from Abel Abraham Camarillo Ojeda's message of mié sep 14 18:33:33 -0300 2011:
>> _n_srv=# create table pg_temp.c (x int);
>> CREATE TABLE
>> _n_srv=# drop table pg_temp.c;
>> DROP TABLE
>> _n_srv=# create table pg_temp.c (x int unique);
>> ERROR:  temporary tables cannot specify a schema name

> FWIW this does work in 9.0.

In that case I'm betting Robert broke it somewhere in the unlogged-table
changes.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Dropped index on table preventing rule creation
Следующее
От: Craig Ringer
Дата:
Сообщение: Re: BUG #6206: The reset button is always blocked in case of error in the backup file.