Re: [BUGS] BUG #6159: Can't create unlogged table

2011-08-11 Thread Robert Haas
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

Re: [BUGS] BUG #6159: Can't create unlogged table

2011-08-11 Thread 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. Robert? -- Devrim GÜNDÜZ Principa