Can't create unlogged table - Mailing list pgsql-testers

From Alexander Perepelica
Subject Can't create unlogged table
Date
Msg-id CAAXZ8mfL8Fq3YEmtEaBQ1X3GSm6-veffoWEPKW9=pNuFvnkydw@mail.gmail.com
Whole thread Raw
Responses Re: Can't create unlogged table  (Joshua Berkus <josh@agliodbs.com>)
List pgsql-testers
Hi!
I try create unlogged table in 9.1beta3 (linux x86_64) execute such code:

create unlogged table public.test (
id serial primary key,
some_text text
);
and what I see is:

ERROR:  only temporary relations may be created in temporary schemas
What I do wrong?

Thank you,
Alexander

pgsql-testers by date:

Previous
From: Fernando Pianegiani
Date:
Subject: Re: FREE hosting platforms with PostgreSQL, Java SDK, Tomcat, ecc.?
Next
From: Joshua Berkus
Date:
Subject: Re: Can't create unlogged table