Fix stylization in 2024-11-14 release
authorJonathan S. Katz <jonathan.katz@excoventures.com>
Wed, 20 Nov 2024 03:01:24 +0000 (22:01 -0500)
committerJonathan S. Katz <jonathan.katz@excoventures.com>
Wed, 20 Nov 2024 03:01:24 +0000 (22:01 -0500)
update_releases/current/20241114securityrelease.md

index 4e619e75458e4f96cc004d01fbc477ef1301ef03..7f4453ad373b93a21ac9de5d11451edd651d7c32 100644 (file)
@@ -210,8 +210,9 @@ WHERE contype = 'f' AND conparentid = 0 AND
             WHERE partrelid = i.inhparent));
 ```
 
-Since it is possible that one or more of the ADD CONSTRAINT steps will fail, you
-should save the query's output in a file and then attempt to perform each step.
+Since it is possible that one or more of the `ADD CONSTRAINT` steps will fail,
+you should save the query's output in a file and then attempt to perform each
+step.
 
 Additionally, if you are running PostgreSQL 17.0 and using libc as your default
 collation provider, and have set `LC_CTYPE` to be `C` while `LC_COLLATE` is a