且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何恢复单个“视图”来自postgresql数据库备份文件。

更新时间:2022-11-03 08:27:29

I know how to restore a single table form postgresql database backup file.

For Example: Using pg_restore

pg_restore --data-only --table=password_history C:\Users\sjayaram\Desktop\dcmdb-01-17-2014-10-19-18.backup > passwordhistory.txt

But My question is how can i restore a single "View" from postgresql database backup file.