Improve stylistic consistency of descriptions of built-in objects by avoiding
Tom Lane <tgl@sss.pgh.pa.us>
Improve stylistic consistency of descriptions of built-in objects by avoiding initcap style --- the vast majority of the existing descriptions do not use an initial cap. I didn't change places where the first word was all-cap. initdb not forced because this doesn't change any regression test results.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/snowball/snowball_func.sql.in | modified | +2 −2 |
| src/backend/snowball/snowball.sql.in | modified | +3 −3 |
| src/include/catalog/pg_database.h | modified | +2 −2 |
| src/include/catalog/pg_language.h | modified | +3 −3 |
| src/include/catalog/pg_namespace.h | modified | +4 −4 |
| src/include/catalog/pg_proc.h | modified | +57 −57 |
| src/include/catalog/pg_ts_template.h | modified | +2 −2 |
| src/include/catalog/pg_type.h | modified | +2 −2 |