@ -32,6 +32,11 @@ ALTER SYSTEM SET shared_preload_libraries = 'pg_tde';
sudo systemctl restart postgresql.service
```
* On RHEL 8 compatible OS:
```sh
sudo systemctl restart postgresql-16.service
```
4. Create the extension using the [CREATE EXTENSION](https://www.postgresql.org/docs/current/sql-createextension.html) command. Using this command requires the privileges of a superuser or a database owner. Connect to `psql` as a superuser for a database and run the following command:
```sql
@ -91,6 +96,12 @@ CREATE TABLE albums (
sudo apt install make gcc autoconf libcurl4-openssl-dev postgresql-server-dev-16