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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
Cc: Abel Abraham Camarillo Ojeda <acamari(at)verlet(dot)org>, Pg Bugs <pgsql-bugs(at)postgresql(dot)org>, Robert Haas <robertmhaas(at)gmail(dot)com>
Subject: Re: BUG #6205: ERROR: temporary tables cannot specify a schema name
Date: 2011-09-15 04:05:26
Message-ID: 17052.1316059526@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Alvaro Herrera <alvherre(at)commandprompt(dot)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

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Craig Ringer 2011-09-15 06:37:16 Re: BUG #6206: The reset button is always blocked in case of error in the backup file.
Previous Message Tom Lane 2011-09-15 03:58:15 Re: Dropped index on table preventing rule creation