From bf3caa9ca0d4adbc4124869f41c00964fc786437 Mon Sep 17 00:00:00 2001 From: Zsolt Parragi Date: Wed, 13 Sep 2023 10:02:16 +0200 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Andrew Pogrebnoi --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 90dada7b..b0fb38f6 100644 --- a/README.md +++ b/README.md @@ -21,15 +21,15 @@ This is an experimental encrypted access method for Postgres 16. } ``` -Currently the keyring configuration only supports the file provider, with a single datafile parameter. +Currently, the keyring configuration only supports the file provider with a single datafile parameter. -This setup is intended for developmenet, and stores the keys unencrypted in the specified data file. +This setup is intended for development and stores the keys unencrypted in the specified data file. ## Build steps 1. Install libjson-c-dev: `apt install libjon-c-dev` 2. Install or build postgresql 16 (see reference commit below) -3. If postgres is installed in a non standard directory, set the `PG_CONFIG` environment variable to point to the `pg_config` executable +3. If postgres is installed in a non-standard directory, set the `PG_CONFIG` environment variable to point to the `pg_config` executable 4. In the pg_tde directory: `make USE_PGXS=1` and `make USE_PGXS=1 install` ## Base commit