Re: BUG #6159: Can't create unlogged table - Mailing list pgsql-bugs

From Devrim GÜNDÜZ
Subject Re: BUG #6159: Can't create unlogged table
Date
Msg-id 1313072905.2506.682.camel@lenovo01-laptop03.gunduz.org
Whole thread Raw
In response to BUG #6159: Can't create unlogged table  ("Alex" <perepelica.alex@gmail.com>)
Responses Re: BUG #6159: Can't create unlogged table
List pgsql-bugs
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?
--
Devrim GÜNDÜZ
Principal Systems Engineer @ EnterpriseDB: http://www.enterprisedb.com
PostgreSQL Danışmanı/Consultant, Red Hat Certified Engineer
Community: devrim~PostgreSQL.org, devrim.gunduz~linux.org.tr
http://www.gunduz.org  Twitter: http://twitter.com/devrimgunduz

pgsql-bugs by date:

Previous
From: "Alex"
Date:
Subject: BUG #6159: Can't create unlogged table
Next
From: Robert Haas
Date:
Subject: Re: BUG #6159: Can't create unlogged table