Re: Can't create unlogged table

From: Joshua Berkus <josh(at)agliodbs(dot)com>
To: Alexander Perepelica <alexondi(at)rambler(dot)ru>, Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: pgsql-testers(at)postgresql(dot)org
Subject: Re: Can't create unlogged table
Date: 2011-08-13 16:13:33
Message-ID: 1203418743.109759.1313252013903.JavaMail.root@mail-1.01.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
>

In response to

Responses

Browse pgsql-testers by date

  From Date Subject
Next Message Robert Haas 2011-08-13 19:26:25 Re: Can't create unlogged table
Previous Message Alexander Perepelica 2011-08-11 14:22:39 Can't create unlogged table