-- 修改列,去掉Z ALTER TABLE guidao_station ALTER COLUMN geom TYPE geometry('POINT') USING public.st_force2d(geom);