Add deprecation warning to copy_to_distributed_table

pull/478/head
Marco Slot 2016-04-28 15:40:35 +02:00
parent 58535eb337
commit 0c140cf333
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