Re: Can't create unlogged table

Поиск
Список
Период
Сортировка
От Joshua Berkus
Тема Re: Can't create unlogged table
Дата
Msg-id 1203418743.109759.1313252013903.JavaMail.root@mail-1.01.com
обсуждение исходный текст
Ответ на Can't create unlogged table  (Alexander Perepelica <alexondi@rambler.ru>)
Ответы Re: Can't create unlogged table  (Robert Haas <robertmhaas@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Alexander Perepelica
Дата:
Сообщение: Can't create unlogged table
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Can't create unlogged table