diff --git a/src/bin/scripts/copy_to_distributed_table b/src/bin/scripts/copy_to_distributed_table index 8e81c345b..3da5e8629 100755 --- a/src/bin/scripts/copy_to_distributed_table +++ b/src/bin/scripts/copy_to_distributed_table @@ -1,4 +1,6 @@ #!/usr/bin/env bash +echo "WARNING: copy_to_distributed_table is now deprecated." >&2 +echo "HINT: You can use \\COPY on distributed tables, which is a lot faster." >&2 # make bash behave set -euo pipefail