Fix doc for initcap

From: Dennis Bjorklund <db(at)zigo(dot)dhs(dot)org>
To: pgsql-patches(at)postgresql(dot)org
Subject: Fix doc for initcap
Date: 2004-02-26 22:09:59
Message-ID: Pine.LNX.4.44.0402262255550.13979-200000@zigo.dhs.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Here is a small doc patch that says that initcap lowercases the rest of
the characters in the string. The current doc suggests that it only
touches the first character in each word, which is not what the function
does.

Maybe we should change the example to be 'hi THOMAS' instead of 'hi
thomas'.

Is it okay for me to commit this?

--
/Dennis Björklund

Attachment Content-Type Size
initcap_doc.patch text/plain 841 bytes

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Neil Conway 2004-02-27 04:00:56 Re: Fix doc for initcap
Previous Message Stephan Szabo 2004-02-26 17:27:04 Re: "sql_features" does not exist( Very Urgent)