Обсуждение: pgsql: Improve stylistic consistency of descriptions of built-in objects
pgsql: Improve stylistic consistency of descriptions of built-in objects
От
tgl@postgresql.org (Tom Lane)
Дата:
Log Message:
-----------
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.
Modified Files:
--------------
pgsql/src/backend/snowball:
snowball.sql.in (r1.3 -> r1.4)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/snowball/snowball.sql.in?r1=1.3&r2=1.4)
snowball_func.sql.in (r1.1 -> r1.2)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/snowball/snowball_func.sql.in?r1=1.1&r2=1.2)
pgsql/src/include/catalog:
pg_database.h (r1.43 -> r1.44)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/catalog/pg_database.h?r1=1.43&r2=1.44)
pg_language.h (r1.30 -> r1.31)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/catalog/pg_language.h?r1=1.30&r2=1.31)
pg_namespace.h (r1.21 -> r1.22)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/catalog/pg_namespace.h?r1=1.21&r2=1.22)
pg_proc.h (r1.466 -> r1.467)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/catalog/pg_proc.h?r1=1.466&r2=1.467)
pg_ts_template.h (r1.1 -> r1.2)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/catalog/pg_ts_template.h?r1=1.1&r2=1.2)
pg_type.h (r1.187 -> r1.188)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/catalog/pg_type.h?r1=1.187&r2=1.188)
Are there any SGML changes related to this? --------------------------------------------------------------------------- Tom Lane wrote: > Log Message: > ----------- > 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. > > Modified Files: > -------------- > pgsql/src/backend/snowball: > snowball.sql.in (r1.3 -> r1.4) > (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/snowball/snowball.sql.in?r1=1.3&r2=1.4) > snowball_func.sql.in (r1.1 -> r1.2) > (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/snowball/snowball_func.sql.in?r1=1.1&r2=1.2) > pgsql/src/include/catalog: > pg_database.h (r1.43 -> r1.44) > (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/catalog/pg_database.h?r1=1.43&r2=1.44) > pg_language.h (r1.30 -> r1.31) > (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/catalog/pg_language.h?r1=1.30&r2=1.31) > pg_namespace.h (r1.21 -> r1.22) > (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/catalog/pg_namespace.h?r1=1.21&r2=1.22) > pg_proc.h (r1.466 -> r1.467) > (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/catalog/pg_proc.h?r1=1.466&r2=1.467) > pg_ts_template.h (r1.1 -> r1.2) > (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/catalog/pg_ts_template.h?r1=1.1&r2=1.2) > pg_type.h (r1.187 -> r1.188) > (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/catalog/pg_type.h?r1=1.187&r2=1.188) > > ---------------------------(end of broadcast)--------------------------- > TIP 6: explain analyze is your friend -- Bruce Momjian <bruce@momjian.us> http://momjian.us EnterpriseDB http://www.enterprisedb.com + If your life is a hard drive, Christ can be your backup. +
Bruce Momjian <bruce@momjian.us> writes:
> Are there any SGML changes related to this?
Don't think so --- what sort of changes have you got in mind?
regards, tom lane
Tom Lane wrote:
> Bruce Momjian <bruce@momjian.us> writes:
> > Are there any SGML changes related to this?
>
> Don't think so --- what sort of changes have you got in mind?
From textsearch.sgml:
=> \dFp+
Fulltext parser "pg_catalog.default"
Method | Function | Description
My question is whether there are any psql output examples in the SGML
that will change.
--
Bruce Momjian <bruce@momjian.us> http://momjian.us
EnterpriseDB http://www.enterprisedb.com
+ If your life is a hard drive, Christ can be your backup. +
Bruce Momjian <bruce@momjian.us> writes:
> My question is whether there are any psql output examples in the SGML
> that will change.
Oh, not sure. It wouldn't be a significant change, but I guess it would
be good for the examples to match exactly. I'll look.
regards, tom lane