Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Pogrebnoi <[email protected]>
  • Loading branch information
codeforall and dAdAbird authored Mar 5, 2024
1 parent 6bf7f2a commit dd7818f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ FUNCTION pg_tde_add_key_provider_file(
```sql
SELECT pg_tde_add_key_provider_file('file','/tmp/pgkeyring');
```
**Note: The `File` provided is intended for development and stores the keys unencrypted in the specified data file.**
6. Set the master key for the database using the `pg_tde_set_master_key` function.
```sql
FUNCTION pg_tde_set_master_key (
Expand Down

0 comments on commit dd7818f

Please sign in to comment.