postgres 导入数据错误

错误背景:
window版postgres13导入数据
使用了postgres自带的sql shell,导入数据
错误内容:

错误:  编码"GBK"的字符0x0xae 0xe6在编码"UTF8"没有相对应值
背景:  COPY table_name, 行 2

解决:
不使用sql shell ,可以使用 Navicat的命令行界面.

你可能感兴趣的:(笔记,postgres)