BUG #6159: Can't create unlogged table

From: "Alex" <perepelica(dot)alex(at)gmail(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #6159: Can't create unlogged table
Date: 2011-08-11 14:19:52
Message-ID: 201108111419.p7BEJqP5000470@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 6159
Logged by: Alex
Email address: perepelica(dot)alex(at)gmail(dot)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

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Devrim GÜNDÜZ 2011-08-11 14:28:25 Re: BUG #6159: Can't create unlogged table
Previous Message Tom Lane 2011-08-10 22:58:49 Re: ISBN: dump from 64bits and restore on 32 bits fail, Datum?