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
creat
On Thu, 2011-08-11 at 14:19 +, Alex wrote:
> 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
IIRC it was fixed in post-beta3. Robert?
--
Devrim GÜNDÜZ
Principa
2011/8/11 Devrim GÜNDÜZ :
> On Thu, 2011-08-11 at 14:19 +, Alex wrote:
>> 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
>
> IIRC it was fixed in post-beta3
On Wed, Aug 3, 2011 at 7:21 AM, Snehad wrote:
>
> The following bug has been logged online:
>
> Bug reference: 6142
> Logged by: Snehad
> Email address: snehadagre...@gmail.com
> PostgreSQL version: 9.0.1 windows
> Operating system: win-xp-2
> Description: error while o