Skip to content

Commit

Permalink
Removed the pg_alter_keyring_provider
Browse files Browse the repository at this point in the history
  • Loading branch information
nastena1606 committed Dec 9, 2024
1 parent d6aaee0 commit 39347c8
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions documentation/docs/functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,6 @@ SELECT pg_tde_rotate_principal_key('name-of-the-new-principal-key', NULL);
SELECT pg_tde_rotate_principal_key(NULL, 'name-of-the-new-provider');
```

## pg_tde_alter_principal_key_keyring

Copies the current principal key to the specified keyring provider.

```
pg_tde_alter_principal_key_keyring('new-provider-name');
```

## pg_tde_is_encrypted

Expand Down

0 comments on commit 39347c8

Please sign in to comment.