pgsql: Fix more typos and inconsistencies in documentation

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Fix more typos and inconsistencies in documentation
Дата
Msg-id E1hKkPT-0007oN-8T@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix more typos and inconsistencies in documentation

This fixes a couple of grammar mistakes, typos and inconsistencies in
the documentation.  Particularly, the configuration parsing allows only
"kB" to mean kilobyte but there were references in the docs to "KB".
Some instances of the latter are still in the code comments.  Some
parameter values were mentioned with "Minus-one", and using directly
"-1" with proper markups is more helpful to the reader.

Some of these have been pointed out by Justin, and some others are
things I bumped into.

Author: Justin Pryzby, Michael Paquier
Reviewed-by: Tom Lane
Discussion: https://postgr.es/m/20190330224333.GQ5815@telsasoft.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/ac862376037727e744f25030bd8b6090c707247b

Modified Files
--------------
doc/src/sgml/auto-explain.sgml |  9 +++++----
doc/src/sgml/config.sgml       |  4 ++--
doc/src/sgml/protocol.sgml     | 12 ++++++------
doc/src/sgml/sources.sgml      |  2 +-
4 files changed, 14 insertions(+), 13 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Avoid postgres_fdw crash for a targetlist entry that's just aPa
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Clean up minor warnings from buildfarm.