initcap incompatibility issue

Поиск
Список
Период
Сортировка
От nolan@celery.tssi.com
Тема initcap incompatibility issue
Дата
Msg-id 20030709181438.9441.qmail@celery.tssi.com
обсуждение исходный текст
Ответы Re: initcap incompatibility issue  (nolan@celery.tssi.com)
Список pgsql-hackers
The initcap function is not completely consistent with Oracle's initcap
function:
    SELECT initcap('alex hyde-whyte');

In Oracle 9.2i this will return 'Alex Hyde-White', in PostgreSQL 7.3.3
it returns 'Alex Hyde-white'.

It looks like a relatively simple change to oracle_compat.c in
backend/utils/adt, but is this a bugfix that can be made during the
pre-beta period for 7.4 or does it need to wait?
--
Mike Nolan


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Carlos Guzman Alvarez
Дата:
Сообщение: Re: CREATE DATABASE command in Extended Query mode of 3.0
Следующее
От: nolan@celery.tssi.com
Дата:
Сообщение: Re: initcap incompatibility issue