At update of non-LP_NORMAL TID, fail instead of corrupting page header.
[pgsql.git] / contrib / earthdistance / earthdistance--1.0--1.1.sql
blob802f1515a8939234862e3d6e58d3cf57a89ed623
1 /* contrib/earthdistance/earthdistance--1.0--1.1.sql */
3 -- complain if script is sourced in psql, rather than via ALTER EXTENSION
4 \echo Use "ALTER EXTENSION earthdistance UPDATE TO '1.1'" to load this file. \quit
6 ALTER FUNCTION earth() PARALLEL SAFE;
7 ALTER FUNCTION sec_to_gc(float8) PARALLEL SAFE;
8 ALTER FUNCTION gc_to_sec(float8) PARALLEL SAFE;
9 ALTER FUNCTION ll_to_earth(float8, float8) PARALLEL SAFE;
10 ALTER FUNCTION latitude(earth) PARALLEL SAFE;
11 ALTER FUNCTION longitude(earth) PARALLEL SAFE;
12 ALTER FUNCTION earth_distance(earth, earth) PARALLEL SAFE;
13 ALTER FUNCTION earth_box(earth, float8) PARALLEL SAFE;
14 ALTER FUNCTION geo_distance(point, point) PARALLEL SAFE;