Re: BUG #6159: Can't create unlogged table

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Devrim GÜNDÜZ <devrim(at)gunduz(dot)org>
Cc: Alex <perepelica(dot)alex(at)gmail(dot)com>, pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #6159: Can't create unlogged table
Date: 2011-08-11 16:34:09
Message-ID: CA+Tgmoa8nf-xBPOV-h4+Mc4qD5ZedDsurSPyCynZNn0eG-f4Pw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

2011/8/11 Devrim GÜNDÜZ <devrim(at)gunduz(dot)org>:
> On Thu, 2011-08-11 at 14:19 +0000, Alex wrote:
>> create unlogged table public.test (
>> id serial primary key,
>> some_text text
>> );
>>
>> And get such error
>>
>> ERROR:  only temporary relations may be created in temporary schemas
>
> IIRC it was fixed in post-beta3. Robert?

Yeah, sorry about that. I really booted that one, but it was fixed
July 21st on REL9_1_STABLE.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Robert Haas 2011-08-11 16:37:06 Re: BUG #6142: error while opening pdadmin
Previous Message Devrim GÜNDÜZ 2011-08-11 14:28:25 Re: BUG #6159: Can't create unlogged table