How to ignore system indexes

Поиск
Список
Период
Сортировка
От Hiroshi Inoue
Тема How to ignore system indexes
Дата
Msg-id 001001bf614f$b242dbe0$2801007e@tpf.co.jp
обсуждение исходный текст
Ответы Re: [HACKERS] How to ignore system indexes  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: [HACKERS] How to ignore system indexes  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Hi all,

I'm trying to implement REINDEX command.
Because the command is to repair system indexes,we
coundn't rely on system indexes when we call the
command.

I added locally an option of standalone postgres to ignore
system indexes and am add/changing ignore_system_
indexes stuff.

There are fairly many places using system indexes. 
Probably I would be able to change them.
But is it preferable or possible to force other developers
to take ignore_system_indexes mode into account ?
Is it better to limit changes required for REINDEX
command ? 

Comments ?  Better ideas ?

Regards. 

Hiroshi Inoue
Inoue@tpf.co.jp


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

Предыдущее
От: Hannu Krosing
Дата:
Сообщение: Re: [HACKERS] Foreign keys: unexpected result from ALTER TABLE... ADD CONSTRAINT...
Следующее
От: "Adam Walczykiewicz"
Дата:
Сообщение: plpgsql -record in -record out