Re: [BUGS] BUG #2554: ILIKE operator works incorrectly

2006-08-03 Thread Tom Lane
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

Re: [BUGS] BUG #2554: ILIKE operator works incorrectly

2006-08-03 Thread Peter Eisentraut
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

Re: [BUGS] Patch to allow C extension modules to initialize/finish

2006-08-03 Thread tomas
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

[BUGS] unsubscribe

2006-08-03 Thread Wade Klaver
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 . / \ - -

[BUGS] Patch to allow C extension modules to initialize/finish

2006-08-03 Thread Ralf S. Engelschall
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

Re: [BUGS] BUG #2561: Manual is wrong: You can't grant a group to

2006-08-03 Thread Brian Hurt
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

[BUGS] BUG #2554: ILIKE operator works incorrectly

2006-08-03 Thread Jaros�aw Bojar
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