You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can only delete key providers that are not currently in use. An error is returned if the current principal key is using the provider you are trying to delete.
@@ -189,7 +189,7 @@ If the use of global key providers is enabled via the `pg_tde.inherit_global` GU
189
189
190
190
These functions list the details of all key providers for the current database or for the global scope, including all configuration values:
191
191
192
-
*`pg_tde_list_all_key_providers()`
192
+
*`pg_tde_list_all_database_key_providers()`
193
193
*`pg_tde_list_all_global_key_providers()`
194
194
195
195
**All configuration values include possibly sensitive values, such as passwords. Never specify these directly, use the remote configuration option instead.**
Copy file name to clipboardexpand all lines: contrib/pg_tde/documentation/docs/multi-tenant-setup.md
+7-7
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ You must do these steps for every database where you have created the extension.
61
61
For testing purposes, you can use the PyKMIP server which enables you to set up required certificates. To use a real KMIP server, make sure to obtain the valid certificates issued by the key management appliance.
0 commit comments