BUG #6159: Can't create unlogged table

Поиск
Список
Период
Сортировка
От Alex
Тема BUG #6159: Can't create unlogged table
Дата
Msg-id 201108111419.p7BEJqP5000470@wwwmaster.postgresql.org
обсуждение исходный текст
Ответы Re: BUG #6159: Can't create unlogged table  (Devrim GÜNDÜZ <devrim@gunduz.org>)
Список pgsql-bugs
The following bug has been logged online:

Bug reference:      6159
Logged by:          Alex
Email address:      perepelica.alex@gmail.com
PostgreSQL version: 9.1beta3
Operating system:   linux x86_64 archlinux
Description:        Can't create unlogged table
Details:

Execute from pgadmin

create unlogged table public.test (
id serial primary key,
some_text text
);

And get such error

ERROR:  only temporary relations may be created in temporary schemas

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: ISBN: dump from 64bits and restore on 32 bits fail, Datum?
Следующее
От: Devrim GÜNDÜZ
Дата:
Сообщение: Re: BUG #6159: Can't create unlogged table