我是 psql 的新手。我从我的服务器 data.dump 文件中得到。我需要在本地恢复它。我尝试了这些命令。
i) psql -U postgres dbname -f servicedb.dump
Error:
psql: warning: extra command-line argument "-f" ignored
psql: warning: extra command-line argument "servicedb.dump" ignored
ii) psql -U postgres dbname < servicedb.dump
Error:
^
ERROR: syntaxe error at or near "☺"
LINE 1: ☺☺
这个“.dump”文件是什么以及如何恢复它?