ALTER EXTENSION postgis ADD function _st_3ddwithin(geometry,geometry,double precision);
ALTER EXTENSION postgis ADD function _st_asgeojson(integer,geography,integer,integer);
ALTER EXTENSION postgis ADD function _st_asgeojson(integer,geometry,integer,integer);
-ALTER EXTENSION postgis ADD function _st_asgml(integer,geography,integer,integer,text);
-ALTER EXTENSION postgis ADD function _st_asgml(integer,geometry,integer,integer,text);
+ALTER EXTENSION postgis ADD function _st_asgml(integer,geography,integer,integer,text,text);
+ALTER EXTENSION postgis ADD function _st_asgml(integer,geometry,integer,integer,text,text);
ALTER EXTENSION postgis ADD function _st_askml(integer,geography,integer,text);
ALTER EXTENSION postgis ADD function _st_askml(integer,geometry,integer,text);
ALTER EXTENSION postgis ADD function _st_aspect4ma(double precision[],text,text[]);
ALTER EXTENSION postgis ADD function _st_crosses(geometry,geometry);
ALTER EXTENSION postgis ADD function _st_dfullywithin(geometry,geometry,double precision);
ALTER EXTENSION postgis ADD function _st_distance(geography,geography,double precision,boolean);
+ALTER EXTENSION postgis ADD function _st_distancecached(geography,geography,double precision,boolean);
ALTER EXTENSION postgis ADD function _st_dumppoints(geometry,integer[]);
ALTER EXTENSION postgis ADD function _st_dwithin(geography,geography,double precision,boolean);
ALTER EXTENSION postgis ADD function _st_dwithin(geometry,geometry,double precision);
+ALTER EXTENSION postgis ADD function _st_dwithincached(geography,geography,double precision,boolean);
ALTER EXTENSION postgis ADD function _st_equals(geometry,geometry);
ALTER EXTENSION postgis ADD function _st_expand(geography,double precision);
ALTER EXTENSION postgis ADD function _st_geomfromgml(text,integer);
ALTER EXTENSION postgis ADD function _st_pointoutside(geography);
ALTER EXTENSION postgis ADD function _st_quantile(raster,integer,boolean,double precision,double precision[]);
ALTER EXTENSION postgis ADD function _st_quantile(text,text,integer,boolean,double precision,double precision[]);
+ALTER EXTENSION postgis ADD function _st_raster2worldcoord(raster,integer,integer);
ALTER EXTENSION postgis ADD function _st_reclass(raster,reclassarg[]);
ALTER EXTENSION postgis ADD function _st_resample(raster,text,double precision,integer,double precision,double precision,double precision,double precision,double precision,double precision,integer,integer);
+ALTER EXTENSION postgis ADD function _st_samealignment_finalfn(agg_samealignment);
+ALTER EXTENSION postgis ADD function _st_samealignment_transfn(agg_samealignment,raster);
ALTER EXTENSION postgis ADD function _st_slope4ma(double precision[],text,text[]);
ALTER EXTENSION postgis ADD function _st_summarystats(raster,integer,boolean,double precision);
ALTER EXTENSION postgis ADD function _st_summarystats(text,text,integer,boolean,double precision);
ALTER EXTENSION postgis ADD function _st_valuecount(raster,integer,boolean,double precision[],double precision);
ALTER EXTENSION postgis ADD function _st_valuecount(text,text,integer,boolean,double precision[],double precision);
ALTER EXTENSION postgis ADD function _st_within(geometry,geometry);
+ALTER EXTENSION postgis ADD function _st_world2rastercoord(raster,double precision,double precision);
ALTER EXTENSION postgis ADD function addauth(text);
ALTER EXTENSION postgis ADD function addgeometrycolumn(character varying,character varying,character varying,character varying,integer,character varying,integer,boolean);
ALTER EXTENSION postgis ADD function addgeometrycolumn(character varying,character varying,character varying,integer,character varying,integer,boolean);
ALTER EXTENSION postgis ADD function st_asgeojson(text);
ALTER EXTENSION postgis ADD function st_asgml(geography,integer,integer);
ALTER EXTENSION postgis ADD function st_asgml(geometry,integer,integer);
-ALTER EXTENSION postgis ADD function st_asgml(integer,geography,integer,integer,text);
-ALTER EXTENSION postgis ADD function st_asgml(integer,geometry,integer,integer,text);
+ALTER EXTENSION postgis ADD function st_asgml(integer,geography,integer,integer,text,text);
+ALTER EXTENSION postgis ADD function st_asgml(integer,geometry,integer,integer,text,text);
ALTER EXTENSION postgis ADD function st_asgml(text);
ALTER EXTENSION postgis ADD function st_ashexewkb(geometry);
ALTER EXTENSION postgis ADD function st_ashexewkb(geometry,text);
ALTER EXTENSION postgis ADD function st_crosses(geometry,geometry);
ALTER EXTENSION postgis ADD function st_curvetoline(geometry);
ALTER EXTENSION postgis ADD function st_curvetoline(geometry,integer);
+ALTER EXTENSION postgis ADD function st_delaunaytriangles(geometry,double precision,integer);
ALTER EXTENSION postgis ADD function st_dfullywithin(geometry,geometry,double precision);
ALTER EXTENSION postgis ADD function st_difference(geometry,geometry);
ALTER EXTENSION postgis ADD function st_dimension(geometry);
ALTER EXTENSION postgis ADD function st_distance(text,text);
ALTER EXTENSION postgis ADD function st_distance_sphere(geometry,geometry);
ALTER EXTENSION postgis ADD function st_distance_spheroid(geometry,geometry,spheroid);
+ALTER EXTENSION postgis ADD function st_distancecached(geography,geography);
+ALTER EXTENSION postgis ADD function st_distancecached(geography,geography,boolean);
ALTER EXTENSION postgis ADD function st_distinct4ma(double precision[],text,text[]);
ALTER EXTENSION postgis ADD function st_dump(geometry);
ALTER EXTENSION postgis ADD function st_dumpaspolygons(raster,integer);
ALTER EXTENSION postgis ADD function st_dwithin(geography,geography,double precision,boolean);
ALTER EXTENSION postgis ADD function st_dwithin(geometry,geometry,double precision);
ALTER EXTENSION postgis ADD function st_dwithin(text,text,double precision);
+ALTER EXTENSION postgis ADD function st_dwithincached(geography,geography,double precision);
ALTER EXTENSION postgis ADD function st_endpoint(geometry);
ALTER EXTENSION postgis ADD function st_envelope(geometry);
ALTER EXTENSION postgis ADD function st_envelope(raster);
ALTER EXTENSION postgis ADD function st_multipolygonfromtext(text);
ALTER EXTENSION postgis ADD function st_multipolygonfromtext(text,integer);
ALTER EXTENSION postgis ADD function st_ndims(geometry);
+ALTER EXTENSION postgis ADD function st_nearestvalue(raster,geometry,boolean);
+ALTER EXTENSION postgis ADD function st_nearestvalue(raster,integer,geometry,boolean);
+ALTER EXTENSION postgis ADD function st_nearestvalue(raster,integer,integer,boolean);
+ALTER EXTENSION postgis ADD function st_nearestvalue(raster,integer,integer,integer,boolean);
+ALTER EXTENSION postgis ADD function st_neighborhood(raster,geometry,integer,boolean);
+ALTER EXTENSION postgis ADD function st_neighborhood(raster,integer,geometry,integer,boolean);
+ALTER EXTENSION postgis ADD function st_neighborhood(raster,integer,integer,integer,boolean);
+ALTER EXTENSION postgis ADD function st_neighborhood(raster,integer,integer,integer,integer,boolean);
ALTER EXTENSION postgis ADD function st_node(geometry);
ALTER EXTENSION postgis ADD function st_npoints(geometry);
ALTER EXTENSION postgis ADD function st_nrings(geometry);
ALTER EXTENSION postgis ADD function st_pixelaspolygon(raster,integer,integer);
ALTER EXTENSION postgis ADD function st_pixelaspolygons(raster,integer);
ALTER EXTENSION postgis ADD function st_pixelheight(raster);
+ALTER EXTENSION postgis ADD function st_pixelofvalue(raster,double precision,boolean);
+ALTER EXTENSION postgis ADD function st_pixelofvalue(raster,double precision[],boolean);
+ALTER EXTENSION postgis ADD function st_pixelofvalue(raster,integer,double precision,boolean);
+ALTER EXTENSION postgis ADD function st_pixelofvalue(raster,integer,double precision[],boolean);
ALTER EXTENSION postgis ADD function st_pixelwidth(raster);
ALTER EXTENSION postgis ADD function st_point(double precision,double precision);
ALTER EXTENSION postgis ADD function st_point_inside_circle(geometry,double precision,double precision,double precision);
ALTER EXTENSION postgis ADD function st_quantile(text,text,integer,double precision);
ALTER EXTENSION postgis ADD function st_quantile(text,text,integer,double precision[]);
ALTER EXTENSION postgis ADD function st_range4ma(double precision[],text,text[]);
+ALTER EXTENSION postgis ADD function st_raster2worldcoord(raster,integer,integer);
ALTER EXTENSION postgis ADD function st_raster2worldcoordx(raster,integer);
ALTER EXTENSION postgis ADD function st_raster2worldcoordx(raster,integer,integer);
ALTER EXTENSION postgis ADD function st_raster2worldcoordy(raster,integer);
ALTER EXTENSION postgis ADD function st_rotatez(geometry,double precision);
ALTER EXTENSION postgis ADD function st_rotation(raster);
ALTER EXTENSION postgis ADD function st_samealignment(double precision,double precision,double precision,double precision,double precision,double precision,double precision,double precision,double precision,double precision,double precision,double precision);
+ALTER EXTENSION postgis ADD function st_samealignment(raster);
ALTER EXTENSION postgis ADD function st_samealignment(raster,raster);
ALTER EXTENSION postgis ADD function st_scale(geometry,double precision,double precision);
ALTER EXTENSION postgis ADD function st_scale(geometry,double precision,double precision,double precision);
ALTER EXTENSION postgis ADD function st_within(geometry,geometry);
ALTER EXTENSION postgis ADD function st_wkbtosql(bytea);
ALTER EXTENSION postgis ADD function st_wkttosql(text);
+ALTER EXTENSION postgis ADD function st_world2rastercoord(raster,double precision,double precision);
+ALTER EXTENSION postgis ADD function st_world2rastercoord(raster,geometry);
ALTER EXTENSION postgis ADD function st_world2rastercoordx(raster,double precision);
ALTER EXTENSION postgis ADD function st_world2rastercoordx(raster,double precision,double precision);
ALTER EXTENSION postgis ADD function st_world2rastercoordx(raster,geometry);
ALTER EXTENSION postgis ADD operator family gist_geometry_ops_2d using gist;
ALTER EXTENSION postgis ADD operator family gist_geometry_ops_nd using gist;
ALTER EXTENSION postgis ADD table spatial_ref_sys;
+ALTER EXTENSION postgis ADD type agg_samealignment;
ALTER EXTENSION postgis ADD type box2d;
ALTER EXTENSION postgis ADD type box2df;
ALTER EXTENSION postgis ADD type box3d;