gooderp18绿色标准版
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
671B

  1. /* contrib/earthdistance/earthdistance--1.0--1.1.sql */
  2. -- complain if script is sourced in psql, rather than via ALTER EXTENSION
  3. \echo Use "ALTER EXTENSION earthdistance UPDATE TO '1.1'" to load this file. \quit
  4. ALTER FUNCTION earth() PARALLEL SAFE;
  5. ALTER FUNCTION sec_to_gc(float8) PARALLEL SAFE;
  6. ALTER FUNCTION gc_to_sec(float8) PARALLEL SAFE;
  7. ALTER FUNCTION ll_to_earth(float8, float8) PARALLEL SAFE;
  8. ALTER FUNCTION latitude(earth) PARALLEL SAFE;
  9. ALTER FUNCTION longitude(earth) PARALLEL SAFE;
  10. ALTER FUNCTION earth_distance(earth, earth) PARALLEL SAFE;
  11. ALTER FUNCTION earth_box(earth, float8) PARALLEL SAFE;
  12. ALTER FUNCTION geo_distance(point, point) PARALLEL SAFE;
上海开阖软件有限公司 沪ICP备12045867号-1