Skip to content

Commit f4a4f1d

Browse files
committed
updated paragraph for clarity and grammar mistakes
1 parent 244b272 commit f4a4f1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guides/major-postgres-version-upgrade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ CREATE EXTENSION pgaudit;
161161

162162
`pg_upgrade` may also create a file called `update_extensions.sql` to facilitate extension upgrades. Be aware some of the recommended ways to upgrade may be outdated.
163163

164-
Please carefully review the `update_extensions.sql` file before you run it and, if you want to upgrade `pgaudit` via this file, update the file with the above commands for `pgaudit` prior to execution. After you update the file, you can execute this script using `kubectl exec`, e.g. We recommend that you verify all extension updates from this file with the appropriate website and their recommendation for upgrading the extension prior to execution.
164+
Please carefully review the `update_extensions.sql` file before you run it, and if you want to upgrade `pgaudit` via this file, update the file with the above commands for `pgaudit` prior to execution. We recommend verifying all extension updates from this file with the appropriate extension documentation and their recommendation for upgrading the extension prior to execution. After you update the file, you can execute this script using `kubectl exec`, e.g.
165165

166166
```
167167
$ kubectl -n postgres-operator exec -it -c database \

0 commit comments

Comments
 (0)