PostgreSQL how to create a copy of a database or schema?

前端 未结 5 850
旧时难觅i
旧时难觅i 2020-12-08 04:48

Is there a simple way to create a copy of a database or schema in PostgreSQL 8.1?

I\'m testing some software which does a lot of updates to a particular schema withi

5条回答
  •  庸人自扰
    2020-12-08 05:19

    here is a link to some examples of backing up and restoring. You can use the backup to restore to a different server or whatever

提交回复
热议问题