This patch makes the error message strings throughout the backend

Neil Conway <neilc@samurai.com>

Commit: 8e5a10d46c38976e40504456a5978caa53b77b3c
Author: Neil Conway <neilc@samurai.com>
Date: 2006-03-01T06:30:32Z
Releases: 8.2.0
This patch makes the error message strings throughout the backend
more compliant with the error message style guide. In particular,
errdetail should begin with a capital letter and end with a period,
whereas errmsg should not. I also fixed a few related issues in
passing, such as fixing the repeated misspelling of "lexeme" in
contrib/tsearch2 (per Tom's suggestion).

Files