新建字段 并且将字段属性设置为serial
insert语句增加return
例如:insert into point(pointtype,pointx,pointy,pointval)values(1,2,3,4) RETURNING id;