Re: index scan with functional indexes
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: pg@fastcrypt.com
Cc: "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2004-01-27T18:48:15Z
Lists: pgsql-hackers
Dave Cramer <pg@fastcrypt.com> writes: > I'm using 7.4.1, the db was initdb --locale='C' > and no I don't get them on plain indexes ???? Oh? If it's 7.4 then you can confirm the locale selection with "show lc_collate" and "show lc_ctype" (I think the first of these is what the LIKE optimization checks). regards, tom lane