Functional index definition - Mailing list pgsql-general

From Josué Maldonado
Subject Functional index definition
Date
Msg-id 3FB0FFF2.2@lamundial.hn
Whole thread Raw
Responses Re: Functional index definition  (Stephan Szabo <sszabo@megazone.bigpanda.com>)
List pgsql-general
Hello list,

Is there a way to create indexes using functions like these:
substring(prod_no,8,4)
to_char(fkardex,'YYYYMM')
substr(facnum,1,2)

Help says is not possible but I would like to know if someone know an
undocumented/tricky way to get that done.

Thanks in advance

--
Josué Maldonado.



pgsql-general by date:

Previous
From: Alex
Date:
Subject: Re: Problem Deleting Referenced records
Next
From: Stephan Szabo
Date:
Subject: Re: Functional index definition