Dan Franklin
2006-08-16 21:03:08 UTC
The following bug has been logged online:
Bug reference: 2579
Logged by: Dan Franklin
Email address: ***@fen.com
PostgreSQL version: 8.1.4
Operating system: GNU/Linux Fedora Core 5
Description: initcap should not capitalize letter after apostrophe
Details:
The statement
select initcap('John''s Parents');
returns
John'S Parents
The capital "S" after the apostrophe is incorrect. initcap should consider
the apostrophe to be a word-constituent for the purpose of identifying word
boundaries at which to start capitalizing.
---------------------------(end of broadcast)---------------------------
TIP 5: don't forget to increase your free space map settings
Bug reference: 2579
Logged by: Dan Franklin
Email address: ***@fen.com
PostgreSQL version: 8.1.4
Operating system: GNU/Linux Fedora Core 5
Description: initcap should not capitalize letter after apostrophe
Details:
The statement
select initcap('John''s Parents');
returns
John'S Parents
The capital "S" after the apostrophe is incorrect. initcap should consider
the apostrophe to be a word-constituent for the purpose of identifying word
boundaries at which to start capitalizing.
---------------------------(end of broadcast)---------------------------
TIP 5: don't forget to increase your free space map settings