Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Pogrebnoi <[email protected]>
  • Loading branch information
dutow and dAdAbird authored Sep 13, 2023
1 parent 8cf64f0 commit bf3caa9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bf3caa9

Please sign in to comment.