From 37a6d81c457fd507bac0a08758a5dcff5c6225f7 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Fri, 23 Jun 2023 14:14:57 +0200 Subject: [PATCH] doc: Clean up title case use --- doc/src/sgml/ref/pg_rewind.sgml | 2 +- doc/src/sgml/ref/select.sgml | 2 +- doc/src/sgml/regress.sgml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/src/sgml/ref/pg_rewind.sgml b/doc/src/sgml/ref/pg_rewind.sgml index 9118f05bf26..15cddd086b7 100644 --- a/doc/src/sgml/ref/pg_rewind.sgml +++ b/doc/src/sgml/ref/pg_rewind.sgml @@ -103,7 +103,7 @@ PostgreSQL documentation - Warning: Failures while Rewinding + Warning: Failures While Rewinding If pg_rewind fails while processing, then the data folder of the target is likely not in a state that can be diff --git a/doc/src/sgml/ref/select.sgml b/doc/src/sgml/ref/select.sgml index 1f9538f2feb..0ee0cc7e641 100644 --- a/doc/src/sgml/ref/select.sgml +++ b/doc/src/sgml/ref/select.sgml @@ -2044,7 +2044,7 @@ SELECT 2+2; - Omitting sub-<command>SELECT</command> aliases in <literal>FROM</literal> + Omitting Sub-<command>SELECT</command> Aliases in <literal>FROM</literal> According to the SQL standard, a sub-SELECT in the diff --git a/doc/src/sgml/regress.sgml b/doc/src/sgml/regress.sgml index f721694230f..88a43b8961b 100644 --- a/doc/src/sgml/regress.sgml +++ b/doc/src/sgml/regress.sgml @@ -806,7 +806,7 @@ make check PROVE_TESTS='t/001_test1.pl t/003_test3.pl' - Environment variables + Environment Variables Data directories are named according to the test filename, and will be -- 2.39.5