标签: postgresql indexing pg-dump pg-restore
我想在还原postgres pg_dump之前将索引检查设置为0(禁用)
psql mydatabase;
SET_INDEX_CHECK = 0;
-运行我的数据库还原
SET_INDEX_CHECK = 1;