pattern matching indexing - Mailing list pgsql-docs

From Peter Eisentraut
Subject pattern matching indexing
Date
Msg-id 1356360300.5854.2.camel@vanquo.pezone.net
Whole thread Raw
Responses Re: pattern matching indexing  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-docs
To index pattern matching, you can use the _pattern_ops operator
classes, or you can set the column collation in the index to "C".  The
latter option doesn't appear to be documented (unless you read very deep
between the lines).  Is that intentional?

Also, there is no link from
http://www.postgresql.org/docs/devel/static/functions-matching.html to
either option.



pgsql-docs by date:

Previous
From: Morten Hustveit
Date:
Subject: Size limit on GiST nodes not documented
Next
From: Tom Lane
Date:
Subject: Re: pattern matching indexing