我正在使用PostgreSQL数据库。我想在psql文件中转储我的数据库模式。 我正在使用以下命令,
pg_dump -U postgres -s EspaceDB > D:\espacedb.psql
但是当我抛出这个查询时,我收到这样的错误,
pg_dump: [archiver (db)] connection to database "EspaceDB" failed: server closed the connection unexpectedly
This probably means the server terminated abnormally
before or while processing the request.
请建议我正确的方法。