@ -21,7 +21,7 @@ Load the `pg_tde` at the start time. The extension requires additional shared me
* On RHEL and derivatives
```sh
sudo systemctl restart postgresql-16
sudo systemctl restart postgresql-17
```
3. Create the extension using the [CREATE EXTENSION](https://www.postgresql.org/docs/current/sql-createextension.html) command. You must have the privileges of a superuser or a database owner to use this command. Connect to `psql` as a superuser for a database and run the following command:
@ -44,7 +44,7 @@ Load the `pg_tde` at the start time. The extension requires additional shared me
1. Set up a key provider for the database where you have enabled the extension