Re: [HACKERS] How to ignore system indexes

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Hiroshi Inoue <Inoue(at)tpf(dot)co(dot)jp>
Cc: pgsql-hackers <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Re: [HACKERS] How to ignore system indexes
Date: 2000-01-18 04:04:12
Message-ID: 200001180404.XAA07081@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> 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 ?

One solution is to use pg_upgrade. It allows an initdb and recreate of
all tables without reload.
--
Bruce Momjian | http://www.op.net/~candle
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Hiroshi Inoue 2000-01-18 04:56:04 RE: [HACKERS] How to ignore system indexes
Previous Message Tatsuo Ishii 2000-01-18 03:04:21 multi-byte support broken in current