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 dd7818f commit f103721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ FUNCTION pg_tde_set_master_key (
```
**Example**: Set the master key named `my-master-key` using the `file` as a key provider.
```sql
SELECT pg_tde_set_master_key('my-master-key','file-vault');
SELECT pg_tde_set_master_key('my-master-key','file');
```
You are all set to create encrypted tables using `pg_tde`.

Expand Down

0 comments on commit f103721

Please sign in to comment.