Re: partial index on system indexes? - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: partial index on system indexes?
Date
Msg-id 200207240157.g6O1v9i16994@candle.pha.pa.us
Whole thread Raw
In response to partial index on system indexes?  (Tatsuo Ishii <t-ishii@sra.co.jp>)
List pgsql-hackers
Tatsuo Ishii wrote:
> It seems bootstrap parser(bootparse.y) does not accept partial index
> definitions. Is there any reason for this?

Probably just because we never needed them.  We could add it, or just
create the index later in the initdb script.  That later seems easier.

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-hackers by date:

Previous
From: "Christopher Kings-Lynne"
Date:
Subject: Re: [PATCHES] Demo patch for DROP COLUMN
Next
From: Bruce Momjian
Date:
Subject: Re: partial index on system indexes?