Index: func.sgml =================================================================== RCS file: /cvsroot/pgsql-server/doc/src/sgml/func.sgml,v retrieving revision 1.187 diff -u -r1.187 func.sgml --- func.sgml 22 Feb 2004 04:14:06 -0000 1.187 +++ func.sgml 26 Feb 2004 21:57:36 -0000 @@ -1109,7 +1109,10 @@ initcap(text) text - Convert first letter of each word (whitespace-separated) to upper case + + Convert first letter of each word (whitespace-separated) to upper case + and the rest to lower case. + initcap('hi thomas') Hi Thomas