mirror of https://github.com/citusdata/citus.git
Add deprecation warning to copy_to_distributed_table
parent
5962c9b7c8
commit
27a551fedc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue