Peter Eisentraut <[EMAIL PROTECTED]> writes:
> JarosÅaw Bojar wrote:
>> ILIKE operator works incorrectly with UTF8 encoding and Polish
>> characters.
> What does SHOW lc_collate say?
Even if the locale is set right, iwchareq() is completely broken
for multibyte charsets: it's trying to apply the
JarosÅaw Bojar wrote:
> ILIKE operator works incorrectly with UTF8 encoding and Polish
> characters.
What does SHOW lc_collate say?
--
Peter Eisentraut
http://developer.postgresql.org/~petere/
---(end of broadcast)---
TIP 4: Have you searched our
On Wed, Aug 02, 2006 at 09:04:11PM +0200, Ralf S. Engelschall wrote:
> PostgreSQL provides a way to load C extension modules with its internal
> FMGR. Unfortunately there is no portable way for an extension module to
> initialize (directly after the pg_dlopen() of the DSO) and to finish
> (directly
unsubscribe
--
Wade Klaver
Wavefire Technologies Corporation
GPG Public Key at http://archeron.wavefire.com
/"\ ASCII Ribbon Campaign .
\ / - NO HTML/RTF in e-mail .
X - NO Word docs in e-mail .
/ \ -
-
PostgreSQL provides a way to load C extension modules with its internal
FMGR. Unfortunately there is no portable way for an extension module to
initialize (directly after the pg_dlopen() of the DSO) and to finish
(directly before the pg_dlclose() of the DSO). This way it is mostly
impossible to wri
Alvaro Herrera wrote:
Brian Hurt wrote:
The manual page for grant here:
http://www.postgresql.org/docs/8.1/interactive/sql-grant.html
indicates that you can grant a group to public. The discussion of
priveleges here:
http://www.postgresql.org/docs/8.1/interactive/privileges.ht
The following bug has been logged online:
Bug reference: 2554
Logged by: JarosÃ
Âaw Bojar
Email address: [EMAIL PROTECTED]
PostgreSQL version: 8.1.4
Operating system: i386-redhat-linux-gnu, compiled by GCC
i386-redhat-linux-gcc (GCC) 4.1.0
Description:ILIKE operator