Re: BUG #14158: PostgreSQL 9.6 bloom don't support unlogged table? - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #14158: PostgreSQL 9.6 bloom don't support unlogged table?
Date
Msg-id 24747.1464185777@sss.pgh.pa.us
Whole thread Raw
In response to BUG #14158: PostgreSQL 9.6 bloom don't support unlogged table?  (digoal@126.com)
Responses Re: BUG #14158: PostgreSQL 9.6 bloom don't support unlogged table?
List pgsql-bugs
digoal@126.com writes:
> master=# create unlogged table tbl12(id int);
> CREATE TABLE
> master=# \set VERBOSITY verbose
> master=# create index idx1 on tbl12 using bloom (id);
> ERROR:  XX000: index "idx1" already contains data
> LOCATION:  blbuildempty, blinsert.c:164

Isn't this a duplicate of bug #14155?

            regards, tom lane

pgsql-bugs by date:

Previous
From: "David G. Johnston"
Date:
Subject: Re: Postgres Help - Reg
Next
From: Michael Paquier
Date:
Subject: Re: BUG #14158: PostgreSQL 9.6 bloom don't support unlogged table?