From: Peter Eisentraut Date: Tue, 5 May 2026 09:24:16 +0000 (+0200) Subject: doc: Clean up title case use X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0ed9ad8b07d716b1b8caae3d1eb370571a0a6f3;p=thirdparty%2Fpostgresql.git doc: Clean up title case use --- diff --git a/doc/src/sgml/appendix-obsolete-auth-radius.sgml b/doc/src/sgml/appendix-obsolete-auth-radius.sgml index 68d49df004a..eaae02ba936 100644 --- a/doc/src/sgml/appendix-obsolete-auth-radius.sgml +++ b/doc/src/sgml/appendix-obsolete-auth-radius.sgml @@ -4,7 +4,7 @@ --> - RADIUS authentication removed + RADIUS Authentication Removed RADIUS diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index b01e74638c4..dfa292c2c3a 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -2649,11 +2649,11 @@ openssl x509 -req -in server.csr -text -days 365 \ contains details on how these values are used. - Hostname field values + Hostname Field Values - Host Entry + Host entry Hostname extension Description diff --git a/doc/src/sgml/wal.sgml b/doc/src/sgml/wal.sgml index 165af8a0cf2..c32931edde3 100644 --- a/doc/src/sgml/wal.sgml +++ b/doc/src/sgml/wal.sgml @@ -293,7 +293,7 @@
- data checksums states + Data Checksums States @@ -348,7 +348,7 @@ - Impact on system of online operations + Impact on System of Online Operations Enabling data checksums can cause significant I/O to the system, as all of the database pages will need to be rewritten, and will be written both to the diff --git a/doc/src/sgml/xfunc.sgml b/doc/src/sgml/xfunc.sgml index 086e6231998..bae16d7fb53 100644 --- a/doc/src/sgml/xfunc.sgml +++ b/doc/src/sgml/xfunc.sgml @@ -3716,7 +3716,7 @@ my_shmem_init(void *arg) - Requesting Shared Memory After Startup with <function>ShmemRequestStruct</function> + Requesting Shared Memory after Startup with <function>ShmemRequestStruct</function> The ShmemRequestStruct() can also be called after @@ -3745,7 +3745,7 @@ my_shmem_init(void *arg) - Allocating Dynamic Shared Memory After Startup + Allocating Dynamic Shared Memory after Startup There is another, more flexible method of reserving shared memory that @@ -3811,7 +3811,7 @@ LWLockPadded *GetNamedLWLockTranche(const char *tranche_name) - Requesting LWLocks After Startup + Requesting LWLocks after Startup There is another, more flexible method of obtaining LWLocks that can be