| From: | "Hiroshi Inoue" <Inoue(at)tpf(dot)co(dot)jp> |
|---|---|
| To: | "pgsql-hackers" <pgsql-hackers(at)postgreSQL(dot)org> |
| Subject: | How to ignore system indexes |
| Date: | 2000-01-18 01:02:31 |
| Message-ID: | 001001bf614f$b242dbe0$2801007e@tpf.co.jp |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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(at)tpf(dot)co(dot)jp
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Adam Walczykiewicz | 2000-01-18 02:04:55 | plpgsql -record in -record out |
| Previous Message | Hannu Krosing | 2000-01-18 00:19:17 | Re: [HACKERS] Foreign keys: unexpected result from ALTER TABLE... ADD CONSTRAINT... |