Can't create unlogged table

Поиск
Список
Период
Сортировка
От Alexander Perepelica
Тема Can't create unlogged table
Дата
Msg-id CAAXZ8mfL8Fq3YEmtEaBQ1X3GSm6-veffoWEPKW9=pNuFvnkydw@mail.gmail.com
обсуждение исходный текст
Ответы Re: Can't create unlogged table
Список 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 по дате отправления: