diff --git a/product_docs/docs/tde/15/affected_commands.mdx b/product_docs/docs/tde/15/affected_commands.mdx index 0da108edb2..dfd3312e14 100644 --- a/product_docs/docs/tde/15/affected_commands.mdx +++ b/product_docs/docs/tde/15/affected_commands.mdx @@ -2,7 +2,7 @@ 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/) @@ -10,4 +10,8 @@ When TDE is enabled, the following commands have TDE-specific options or read TD - [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) \ No newline at end of file +- [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. +Please see details in [Running a direct path load](docs/epas/18/database_administration/02_edb_loader/invoking_edb_loader/direct_path_load.mdx)