在PostgreSQL中,导入用 pg_dumpall > file.dmp 制作的备份时使用的命令是什么?( )
pg_restore file.dmp
psql -f file.dmp
pg_restoreall file.dmp
postgre --restore -f file.dmp
都不是
在PostgreSQL中,导入用 pg_dumpall > file.dmp 制作的备份时使用的命令是什么?( )
pg_restore file.dmp
psql -f file.dmp
pg_restoreall file.dmp
postgre --restore -f file.dmp
都不是