mirror of https://github.com/citusdata/citus.git
Add deprecation warning to copy_to_distributed_table
parent
58535eb337
commit
0c140cf333
|
@ -1,4 +1,6 @@
|
||||||
#!/usr/bin/env bash
|
#!/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
|
# make bash behave
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
|
Loading…
Reference in New Issue