Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions product_docs/docs/tde/15/affected_commands.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,16 @@
title: "Commands affected by TDE"
description: How TDE changes the behavior of some commands when enabled.
---

## Commands affected by TDE
When TDE is enabled, the following commands have TDE-specific options or read TDE settings in environment variables or configuration files:

- [initdb](./initdb_tde_options/)
- [pg_waldump](././encrypted_files/wal_files/#dumping-a-tde-encrypted-wal-file)
- [pg_resetwal](././encrypted_files/wal_files/#resetting-a-corrupt-tde-encrypted-wal-file)
- [pg_verifybackup](././encrypted_files/backup_files/#verify-a-backup-of-a-tde-system)
- [pg_rewind](././encrypted_files/backup_files/#resynchronize-timelines-in-a-tde-system)
- [pg_upgrade](pg_upgrade_arguments)
- [pg_upgrade](pg_upgrade_arguments)

## Other tools affected by TDE
When TDE is enabled, data load using EDB*Loader shall not invoked with `DIRECT=TRUE` option.
Copy link
Contributor

@gvasquezvargas gvasquezvargas Mar 6, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We try to use active voice when possible. Is this an action taken by the user? If yes, maybe something like this would be a bit better:

Suggested change
When TDE is enabled, data load using EDB*Loader shall not invoked with `DIRECT=TRUE` option.
When TDE is enabled, don't use the `DIRECT=TRUE` option when loading data with EDB*Loader.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi,
Since I am not sure if I'm authorized to commit directly, let me leave a comment instead.
Yes, I agree to your change. Please go ahead to commit your change, as long as your team think it's ok.

Kind Regards,
Yuki Tei

Please see details in [Running a direct path load](docs/epas/18/database_administration/02_edb_loader/invoking_edb_loader/direct_path_load.mdx)