Issue with creation of Partial_indexes (Immutable?) - Mailing list pgsql-general

From Ow Mun Heng
Subject Issue with creation of Partial_indexes (Immutable?)
Date
Msg-id 1219638183.2765.17.camel@neuromancer.home.net
Whole thread Raw
Responses Re: Issue with creation of Partial_indexes (Immutable?)
List pgsql-general
CREATE INDEX idx_d_trh_code_id_partial
  ON xmms.d_trh_table
  USING btree
  (code_id) where code_id not in ('P000','000') and code_id is not null;
ERROR:  functions in index predicate must be marked IMMUTABLE

Just trying something new.

I want to create partial indexes on code_id which are not null and not
P000/000

the ones I want are like HMD11 or UE935 or OIOR11 etc.

not sure where the IMMUTABLE part is coming from..

Clue?





pgsql-general by date:

Previous
From: Troy Rasiah
Date:
Subject: Re: Connection to second database on server
Next
From: "Scott Marlowe"
Date:
Subject: Re: Connection to second database on server