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

From: Devrim GÜNDÜZ <devrim(at)gunduz(dot)org>
To: Alex <perepelica(dot)alex(at)gmail(dot)com>, Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #6159: Can't create unlogged table
Date: 2011-08-11 14:28:25
Message-ID: 1313072905.2506.682.camel@lenovo01-laptop03.gunduz.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Robert Haas 2011-08-11 16:34:09 Re: BUG #6159: Can't create unlogged table
Previous Message Alex 2011-08-11 14:19:52 BUG #6159: Can't create unlogged table