摘要: 创建非空约束 create database test with template = template0 encoding='UTF8' lc_collate='C' lc_ctype='C'; \c test create table tbl_null (a int not null,b var 阅读全文
posted @ 2021-02-18 20:12 aaronwell 阅读(69) 评论(0) 推荐(0)
摘要: 问题:pg_restore: [archiver (db)] Error while PROCESSING TOC: pg_restore: [archiver (db)] Error from TOC entry 4965; 0 138871 TABLE DATA ir_act_report_xm 阅读全文
posted @ 2021-02-18 20:05 aaronwell 阅读(95) 评论(0) 推荐(0)