From 477562c5fc76c107fb56bc316f86f7ca944edd54 Mon Sep 17 00:00:00 2001 From: yuki-tei <57980555+yuki-tei@users.noreply.github.com> Date: Fri, 6 Mar 2026 10:09:00 +0900 Subject: [PATCH] Update affected_commands.mdx --- product_docs/docs/tde/15/affected_commands.mdx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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)