摘要: 行级策略实验 创建测试表并插入数据: TEST=# create table test(id serial primary key, user_name varchar(32), crt_time timestamp default now()); CREATE TABLE TEST=# inser 阅读全文
posted @ 2020-02-04 18:05 狂神314 阅读(557) 评论(0) 推荐(0)