Merge pull request #478 from citusdata/remove_copy_to_distributed_table

Add deprecation warning to copy_to_distributed_table
pull/1938/head
Marco Slot 2016-05-03 14:16:28 +02:00
commit a94671138d
1 changed files with 2 additions and 0 deletions

View File

@ -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