Here's small patch to fix case conversion problems for ILIKE and
(Oracle Compat.) lower/upper functions. (Related bug report is here:
http://archives.postgresql.org/pgsql-bugs/2005-10/msg1.php)
In tests it succeeded for Turkish characters while using LATIN5
encoding. But when encoding is UNICO
Last minute edit:
On 11/26/05, Volkan YAZICI <[EMAIL PROTECTED]> wrote:
- In tests it succeeded for Turkish characters while using LATIN5
- encoding. But when encoding is UNICODE it still doesn't work. (IMHO,
- for latin-N encodings there will be no compatibility problems; for
- Unicode, I've no i
[Please CC any replies, thanks]
This patch has the same effect as the last one except it now uses the
PQmblen and PQdsplen functions exported by libpq as suggested by Tom.
This clears a lot of stuff from psql's mbprint.c which is a good thing.
This means it should work for all for encodings (thoug
Alvaro Herrera wrote:
> This patch allows pg_regress to be installed by default. This was
> proposed awhile back but never done, any objections if I commit this?
If you do, there should also be documentation, such as a reference page,
about how to use it.
--
Peter Eisentraut
http://developer.p
Alvaro Herrera wrote:
> This patch allows pg_regress to be installed by default. This was
> proposed awhile back but never done, any objections if I commit this?
Scripts should be installed using INSTALL_SCRIPT (not _PROGRAM).
--
Peter Eisentraut
http://developer.postgresql.org/~petere/
--
Volkan YAZICI <[EMAIL PROTECTED]> writes:
> Here's small patch to fix case conversion problems for ILIKE and
> (Oracle Compat.) lower/upper functions. (Related bug report is here:
> http://archives.postgresql.org/pgsql-bugs/2005-10/msg1.php)
Doesn't this just move the failure cases around?
Th
Patch already applied. Thanks.
---
David Fetter wrote:
> Folks,
>
> Having blank lines in -f scripts was causing silent failures. This
> fixes it, for some value of "fixes." If it's OK, please apply to 8.1
> CURRENT and