BUG #9148: generate invalid index (create index CONCURRENTLY ... )

Поиск
Список
Период
Сортировка
От tiyukeji@126.com
Тема BUG #9148: generate invalid index (create index CONCURRENTLY ... )
Дата
Msg-id 20140208062848.26700.46932@wrigleys.postgresql.org
обсуждение исходный текст
Ответы Re: BUG #9148: generate invalid index (create index CONCURRENTLY ... )  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
The following bug has been logged on the website:

Bug reference:      9148
Logged by:          tanhongwei(谭洪伟)
Email address:      tiyukeji@126.com
PostgreSQL version: 9.1.9
Operating system:   Debian GNU/Linux 6.0
Description:

eg :

canceling  sql :
 CREATE INDEX  CONCURRENTLY   t_1_index
  ON t_1  USING btree
  (name);

result:
   index t_1_index exist, but size 0

note:
    select * from pg_index
    where indisvalid  <> true
result :
   have record.

В списке pgsql-bugs по дате отправления:

Предыдущее
От: ssaguiar2@hotmail.com
Дата:
Сообщение: BUG #9142: Bug installing "Database Cluster Initialisation Failed"
Следующее
От: Firas Khasawneh
Дата:
Сообщение: Re: ODBC Driver not allowing updates into views