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
@@ -58,16 +58,16 @@ Check the [list of supported platforms](install.md#__tabbed_1_1) before continui
58
58
59
59
The use of the `CASCADE` parameter deletes all tables that were created in the database with `pg_tde` enabled and also all dependencies upon the encrypted table (e.g. foreign keys in a non-encrypted table used in the encrypted one).
60
60
61
-
```sql
62
-
DROP EXTENSION pg_tde CASCADE;
61
+
```{.sql data-prompt="#"}
62
+
#DROP EXTENSION pg_tde CASCADE;
63
63
```
64
64
65
65
2. Uninstall the `percona-postgresql-17-pg-tde` package.
66
66
67
67
After all [preconditions](#preconditions) are met, run the following command to install `pg_tde`:
0 commit comments