The following bug has been logged online:

Bug reference:      6159
Logged by:          Alex
Email address:      perepelica.a...@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

-- 
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

Reply via email to