在postgres dockerize中找不到COPY命令

时间:2017-07-10 23:19:12

标签: postgresql docker

我正在尝试将数据从CSV复制到容器

来自postgres容器shell

$COPY
copy command not found 

也试过\ copy

但createdb和dropdb适合我。

1 个答案:

答案 0 :(得分:2)

COPY不是bash shell命令,它是在psql数据库查询shell中运行的命令。