作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
pg_dump
生成的转储文件postgres 12 中的命令
我在 postgres 11.5 中使用的命令:
pg_restore -h [host] -p 5432 -U postgres -d [db] -1 backup.dump
pg_restore: error: could not set default_table_access_method: ERROR: unrecognized configuration parameter "default_table_access_method"
最佳答案
default_table_access_method 在 pg11 中不可用。因此,解决方法是对源数据库进行普通转储,并从您的 backup.dump 文件中删除以下条目
SET default_table_access_method = heap;
关于postgresql - 如何将 postgres 12 转储文件恢复到 postgres 11.5,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60523284/
我正在为我的应用程序使用 Tank-Auth。我唯一的问题是激活和重置帐户密码。 用于登录、注册、注销;我对这些代码没有问题; $route['login'] = "/auth/login"; $ro
我是一名优秀的程序员,十分优秀!