psql invalid command \N while restore sql

前端 未结 14 864
后悔当初
后悔当初 2020-12-04 15:54

I\'m trying to restore my dump file, but it caused an error:

psql:psit.sql:27485: invalid command \\N

Is there a solution? I searched, but

14条回答
  •  抹茶落季
    2020-12-04 16:29

    You can generate your dump using INSERTS statements, with the --inserts parameter.

提交回复
热议问题