psql method (initcap and also keep Roman number capitalized)
Emi <[email protected]>
| Newsgroups | gmane.comp.db.postgresql.sql |
|---|---|
| Message-ID | <[email protected]> |
Hello, May I know is there a psql method that can do similar to initcap, and could also keep Roman numbers (II, IV, VI, etc) to be capitalized please? For example, string shows "Title II" but not "Title Ii". Thanks a lot.