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

From Joshua Berkus
Subject Re: Can't create unlogged table
Date
Msg-id 1203418743.109759.1313252013903.JavaMail.root@mail-1.01.com
Whole thread Raw
In response to Can't create unlogged table  (Alexander Perepelica <alexondi@rambler.ru>)
Responses Re: Can't create unlogged table  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-testers
Alexander,

I don't know, that looks like a bug.  Robert?

--Josh

----- Original Message -----
>
> 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: Alexander Perepelica
Date:
Subject: Can't create unlogged table
Next
From: Robert Haas
Date:
Subject: Re: Can't create unlogged table