initcap() whitespace bug

Поиск
Список
Период
Сортировка
От Darrell Walisser
Тема initcap() whitespace bug
Дата
Msg-id 006101c4d702$49e41f90$0402a8c0@DARRELL
обсуждение исходный текст
Ответы Re: initcap() whitespace bug  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
It appears that "'" is being considered as a whitespace (and perhaps other
punctuation, haven't checked myself):

initcap(text) " Convert first letter of each word (whitespace-separated) to
upper case "

Sample SQL: select initcap('grahm''s little angel');

Incorrect Result (Note capital S): 'Grahm'S Little Angel'

Postgresql Version: 7.4.5

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: BUG #1319: Windows LIB file libecpg.lib not in build or package
Следующее
От: Tom Lane
Дата:
Сообщение: Re: initcap() whitespace bug