X-Original-To: pgsql-docs-postgresql.org@localhost.postgresql.org Received: from localhost (unknown [200.46.204.144]) by svr1.postgresql.org (Postfix) with ESMTP id C3DFE3A1D59 for ; Tue, 4 Jan 2005 00:17:33 +0000 (GMT) Received: from svr1.postgresql.org ([200.46.204.71]) by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024) with ESMTP id 03985-01 for ; Tue, 4 Jan 2005 00:17:03 +0000 (GMT) Received: from candle.pha.pa.us (candle.pha.pa.us [207.106.42.251]) by svr1.postgresql.org (Postfix) with ESMTP id E82123A1D0D for ; Tue, 4 Jan 2005 00:16:44 +0000 (GMT) Received: (from pgman@localhost) by candle.pha.pa.us (8.11.6/8.11.6) id j040GdK04731; Mon, 3 Jan 2005 19:16:39 -0500 (EST) From: Bruce Momjian Message-Id: <200501040016.j040GdK04731@candle.pha.pa.us> Subject: Re: Doc patch needed: encodings? In-Reply-To: <200501040112.31525.peter_e@gmx.net> To: Peter Eisentraut Date: Mon, 3 Jan 2005 19:16:39 -0500 (EST) Cc: Tom Lane , josh@agliodbs.com, PostgreSQL Docs X-Mailer: ELM [version 2.4ME+ PL108 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-Virus-Scanned: by amavisd-new at hub.org X-Spam-Status: No, hits=0.004 tagged_above=0 required=5 tests=AWL X-Spam-Level: X-Archive-Number: 200501/4 X-Sequence-Number: 2763 Peter Eisentraut wrote: > Bruce Momjian wrote: > > I have applied the following patch to mention non-C locales affect > > LIKE. > > I don't think it's accurate to say that there is a performance impact. > The only impact is that you need to create a different kind of index. Well, there is a performance impact to using the locale functions, and you can't use ordinary indexes for LIKE, just special ones. Is there better text I should use? I used "performance impact" in the reference text to suggest there is an issue and they might want to read the locale section. -- Bruce Momjian | http://candle.pha.pa.us pgman@candle.pha.pa.us | (610) 359-1001 + If your life is a hard drive, | 13 Roberts Road + Christ can be your backup. | Newtown Square, Pennsylvania 19073