Can't create unlogged table

From: Alexander Perepelica <alexondi(at)rambler(dot)ru>
To: pgsql-testers(at)postgresql(dot)org
Subject: Can't create unlogged table
Date: 2011-08-11 14:22:39
Message-ID: CAAXZ8mfL8Fq3YEmtEaBQ1X3GSm6-veffoWEPKW9=pNuFvnkydw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-testers by date

  From Date Subject
Next Message Joshua Berkus 2011-08-13 16:13:33 Re: Can't create unlogged table
Previous Message Achilleas Mantzios 2011-08-08 07:11:32 Re: Re: [TESTERS] FREE hosting platforms with PostgreSQL, Java SDK, Tomcat, ecc.?