Skip to content

Commit

Permalink
Updated enable access method by default hint
Browse files Browse the repository at this point in the history
  • Loading branch information
nastena1606 committed Oct 11, 2024
1 parent e8d335f commit b6ecdfe
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion documentation/docs/test.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,13 @@ To check if the data is encrypted, do the following:
You can enable data encryption by default by setting the `default_table_access_method` to `tde_heap_basic`:

```sql
SET default_table_access_method = tde_heap_basic;
ALTER SYSTEM SET default_table_access_method=tde_heap;
```

Reload the configuration to apply the changes:

```
SELECT pg_reload_conf();
```

2. Run the following function:
Expand Down

0 comments on commit b6ecdfe

Please sign in to comment.