postgresql9.6专题

postgresql9.6中的 Row Security Policies

1.。中文VS2008下面编译pg9.6 修改VSObjectFactory.pm 中的 DetermineVisualStudioVersion 直接 return '9.00'; 2.。在 ALTER TABLE accounts ENABLE ROW LEVEL SECURITY;时 a )  在函数 ATExecEnableRowSecurity 把pg_class中的 re

PostgreSQL9.6, PostGIS2.3 常用函数

一、PostGIS常用函数 /* 基础查询函数 */  – 查询PostGIS版本  select PostGIS_Full_Version(); – 获取几何对象的WKT描述  select ST_AsText(geom) from public.tra_ln where gid =1; – 获取几何对象的WKB描述  select ST_AsBinary(geom) from publi