Last active
August 29, 2015 14:15
-
-
Save allthesignals/df33493faf895da254ae to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pg_restore: [archiver (db)] Error while PROCESSING TOC: | |
pg_restore: [archiver (db)] Error from TOC entry 1274; 0 0 SHELL TYPE box2d postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: type "box2d" already exists | |
Command was: CREATE TYPE box2d; | |
pg_restore: [archiver (db)] Error from TOC entry 254; 1255 16461 FUNCTION box2d_in(cstring) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "box2d_in" already exists with same argument types | |
Command was: CREATE FUNCTION box2d_in(cstring) RETURNS box2d | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'BOX2DFLOAT4_i... | |
pg_restore: [archiver (db)] Error from TOC entry 255; 1255 16462 FUNCTION box2d_out(box2d) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "box2d_out" already exists with same argument types | |
Command was: CREATE FUNCTION box2d_out(box2d) RETURNS cstring | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'BOX2DFLOAT4_... | |
pg_restore: [archiver (db)] Error from TOC entry 1273; 1247 16438 TYPE box2d postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: type "box2d" already exists | |
Command was: CREATE TYPE box2d ( | |
INTERNALLENGTH = 16, | |
INPUT = box2d_in, | |
OUTPUT = box2d_out, | |
ALIGNMENT = int4, | |
STORAGE... | |
pg_restore: [archiver (db)] Error from TOC entry 1265; 0 0 SHELL TYPE box3d postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: type "box3d" already exists | |
Command was: CREATE TYPE box3d; | |
pg_restore: [archiver (db)] Error from TOC entry 229; 1255 16430 FUNCTION box3d_in(cstring) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "box3d_in" already exists with same argument types | |
Command was: CREATE FUNCTION box3d_in(cstring) RETURNS box3d | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'BOX3D_in'; | |
pg_restore: [archiver (db)] Error from TOC entry 230; 1255 16431 FUNCTION box3d_out(box3d) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "box3d_out" already exists with same argument types | |
Command was: CREATE FUNCTION box3d_out(box3d) RETURNS cstring | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'BOX3D_out'; | |
pg_restore: [archiver (db)] Error from TOC entry 1264; 1247 16427 TYPE box3d postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: type "box3d" already exists | |
Command was: CREATE TYPE box3d ( | |
INTERNALLENGTH = 48, | |
INPUT = box3d_in, | |
OUTPUT = box3d_out, | |
ALIGNMENT = double, | |
STORA... | |
pg_restore: [archiver (db)] Error from TOC entry 231; 1255 16434 FUNCTION box3d_extent_in(cstring) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION box3d_extent_in(cstring) RETURNS box3d_extent | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', ... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.box3d_extent_in(cstring) does not exist | |
Command was: ALTER FUNCTION public.box3d_extent_in(cstring) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 232; 1255 16435 FUNCTION box3d_extent_out(box3d_extent) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION box3d_extent_out(box3d_extent) RETURNS cstring | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5',... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.box3d_extent_out(box3d_extent) does not exist | |
Command was: ALTER FUNCTION public.box3d_extent_out(box3d_extent) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 1267; 1247 16433 TYPE box3d_extent postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function box3d_extent_in(cstring) does not exist | |
Command was: CREATE TYPE box3d_extent ( | |
INTERNALLENGTH = 48, | |
INPUT = box3d_extent_in, | |
OUTPUT = box3d_extent_out, | |
ALIGNMEN... | |
pg_restore: [archiver (db)] Error from TOC entry 2896; 0 0 COMMENT TYPE box3d_extent postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: type "box3d_extent" is only a shell | |
Command was: COMMENT ON TYPE box3d_extent IS 'postgis type: A box composed of x min, ymin, zmin, xmax, ymax, zmax. Often used to return t... | |
pg_restore: [archiver (db)] Error from TOC entry 248; 1255 16454 FUNCTION chip_in(cstring) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION chip_in(cstring) RETURNS chip | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'CHIP_in'; | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.chip_in(cstring) does not exist | |
Command was: ALTER FUNCTION public.chip_in(cstring) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 249; 1255 16455 FUNCTION chip_out(chip) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION chip_out(chip) RETURNS cstring | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'CHIP_out'; | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.chip_out(chip) does not exist | |
Command was: ALTER FUNCTION public.chip_out(chip) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 1270; 1247 16453 TYPE chip postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function chip_in(cstring) does not exist | |
Command was: CREATE TYPE chip ( | |
INTERNALLENGTH = variable, | |
INPUT = chip_in, | |
OUTPUT = chip_out, | |
ALIGNMENT = double, | |
ST... | |
pg_restore: [archiver (db)] Error from TOC entry 1282; 0 0 SHELL TYPE geography postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: type "geography" already exists | |
Command was: CREATE TYPE geography; | |
pg_restore: [archiver (db)] Error from TOC entry 881; 1255 17188 FUNCTION geography_analyze(internal) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "geography_analyze" already exists with same argument types | |
Command was: CREATE FUNCTION geography_analyze(internal) RETURNS boolean | |
LANGUAGE c STRICT | |
AS '$libdir/postgis-1.5', 'geography_a... | |
pg_restore: [archiver (db)] Error from TOC entry 879; 1255 17186 FUNCTION geography_in(cstring, oid, integer) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "geography_in" already exists with same argument types | |
Command was: CREATE FUNCTION geography_in(cstring, oid, integer) RETURNS geography | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgi... | |
pg_restore: [archiver (db)] Error from TOC entry 880; 1255 17187 FUNCTION geography_out(geography) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "geography_out" already exists with same argument types | |
Command was: CREATE FUNCTION geography_out(geography) RETURNS cstring | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'geog... | |
pg_restore: [archiver (db)] Error from TOC entry 877; 1255 17183 FUNCTION geography_typmod_in(cstring[]) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "geography_typmod_in" already exists with same argument types | |
Command was: CREATE FUNCTION geography_typmod_in(cstring[]) RETURNS integer | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5',... | |
pg_restore: [archiver (db)] Error from TOC entry 878; 1255 17184 FUNCTION geography_typmod_out(integer) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "geography_typmod_out" already exists with same argument types | |
Command was: CREATE FUNCTION geography_typmod_out(integer) RETURNS cstring | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', ... | |
pg_restore: [archiver (db)] Error from TOC entry 1281; 1247 17185 TYPE geography postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: type "geography" already exists | |
Command was: CREATE TYPE geography ( | |
INTERNALLENGTH = variable, | |
INPUT = geography_in, | |
OUTPUT = geography_out, | |
TYPMOD_IN =... | |
pg_restore: [archiver (db)] Error from TOC entry 1262; 0 0 SHELL TYPE geometry postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: type "geometry" already exists | |
Command was: CREATE TYPE geometry; | |
pg_restore: [archiver (db)] Error from TOC entry 200; 1255 16399 FUNCTION geometry_analyze(internal) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "geometry_analyze" already exists with same argument types | |
Command was: CREATE FUNCTION geometry_analyze(internal) RETURNS boolean | |
LANGUAGE c STRICT | |
AS '$libdir/postgis-1.5', 'LWGEOM_analy... | |
pg_restore: [archiver (db)] Error from TOC entry 198; 1255 16397 FUNCTION geometry_in(cstring) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "geometry_in" already exists with same argument types | |
Command was: CREATE FUNCTION geometry_in(cstring) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWGEOM_... | |
pg_restore: [archiver (db)] Error from TOC entry 199; 1255 16398 FUNCTION geometry_out(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "geometry_out" already exists with same argument types | |
Command was: CREATE FUNCTION geometry_out(geometry) RETURNS cstring | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWGEOM... | |
pg_restore: [archiver (db)] Error from TOC entry 201; 1255 16400 FUNCTION geometry_recv(internal) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "geometry_recv" already exists with same argument types | |
Command was: CREATE FUNCTION geometry_recv(internal) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWGE... | |
pg_restore: [archiver (db)] Error from TOC entry 202; 1255 16401 FUNCTION geometry_send(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "geometry_send" already exists with same argument types | |
Command was: CREATE FUNCTION geometry_send(geometry) RETURNS bytea | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWGEOM_... | |
pg_restore: [archiver (db)] Error from TOC entry 1261; 1247 16391 TYPE geometry postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: type "geometry" already exists | |
Command was: CREATE TYPE geometry ( | |
INTERNALLENGTH = variable, | |
INPUT = geometry_in, | |
OUTPUT = geometry_out, | |
RECEIVE = geom... | |
pg_restore: [archiver (db)] Error from TOC entry 1276; 1247 16713 TYPE geometry_dump postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: type "geometry_dump" already exists | |
Command was: CREATE TYPE geometry_dump AS ( | |
path integer[], | |
geom geometry | |
); | |
pg_restore: [archiver (db)] Error from TOC entry 1285; 0 0 SHELL TYPE gidx postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: type "gidx" already exists | |
Command was: CREATE TYPE gidx; | |
pg_restore: [archiver (db)] Error from TOC entry 882; 1255 17191 FUNCTION gidx_in(cstring) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "gidx_in" already exists with same argument types | |
Command was: CREATE FUNCTION gidx_in(cstring) RETURNS gidx | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'gidx_in'; | |
pg_restore: [archiver (db)] Error from TOC entry 883; 1255 17192 FUNCTION gidx_out(gidx) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "gidx_out" already exists with same argument types | |
Command was: CREATE FUNCTION gidx_out(gidx) RETURNS cstring | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'gidx_out'; | |
pg_restore: [archiver (db)] Error from TOC entry 1284; 1247 17190 TYPE gidx postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: type "gidx" already exists | |
Command was: CREATE TYPE gidx ( | |
INTERNALLENGTH = variable, | |
INPUT = gidx_in, | |
OUTPUT = gidx_out, | |
ALIGNMENT = double, | |
ST... | |
pg_restore: [archiver (db)] Error from TOC entry 1279; 0 0 SHELL TYPE pgis_abs postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: type "pgis_abs" already exists | |
Command was: CREATE TYPE pgis_abs; | |
pg_restore: [archiver (db)] Error from TOC entry 593; 1255 16892 FUNCTION pgis_abs_in(cstring) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "pgis_abs_in" already exists with same argument types | |
Command was: CREATE FUNCTION pgis_abs_in(cstring) RETURNS pgis_abs | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'pgis_ab... | |
pg_restore: [archiver (db)] Error from TOC entry 594; 1255 16893 FUNCTION pgis_abs_out(pgis_abs) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "pgis_abs_out" already exists with same argument types | |
Command was: CREATE FUNCTION pgis_abs_out(pgis_abs) RETURNS cstring | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'pgis_a... | |
pg_restore: [archiver (db)] Error from TOC entry 1278; 1247 16891 TYPE pgis_abs postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: type "pgis_abs" already exists | |
Command was: CREATE TYPE pgis_abs ( | |
INTERNALLENGTH = 8, | |
INPUT = pgis_abs_in, | |
OUTPUT = pgis_abs_out, | |
ALIGNMENT = double, | |
... | |
pg_restore: [archiver (db)] Error from TOC entry 1259; 0 0 SHELL TYPE spheroid postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: type "spheroid" already exists | |
Command was: CREATE TYPE spheroid; | |
pg_restore: [archiver (db)] Error from TOC entry 191; 1255 16388 FUNCTION spheroid_in(cstring) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "spheroid_in" already exists with same argument types | |
Command was: CREATE FUNCTION spheroid_in(cstring) RETURNS spheroid | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'ellipso... | |
pg_restore: [archiver (db)] Error from TOC entry 192; 1255 16389 FUNCTION spheroid_out(spheroid) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "spheroid_out" already exists with same argument types | |
Command was: CREATE FUNCTION spheroid_out(spheroid) RETURNS cstring | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'ellips... | |
pg_restore: [archiver (db)] Error from TOC entry 1258; 1247 16385 TYPE spheroid postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: type "spheroid" already exists | |
Command was: CREATE TYPE spheroid ( | |
INTERNALLENGTH = 65, | |
INPUT = spheroid_in, | |
OUTPUT = spheroid_out, | |
ALIGNMENT = double, | |
... | |
pg_restore: [archiver (db)] Error from TOC entry 675; 1255 16984 FUNCTION _st_asgeojson(integer, geometry, integer, integer) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "_st_asgeojson" already exists with same argument types | |
Command was: CREATE FUNCTION _st_asgeojson(integer, geometry, integer, integer) RETURNS text | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$lib... | |
pg_restore: [archiver (db)] Error from TOC entry 928; 1255 17273 FUNCTION _st_asgeojson(integer, geography, integer, integer) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "_st_asgeojson" already exists with same argument types | |
Command was: CREATE FUNCTION _st_asgeojson(integer, geography, integer, integer) RETURNS text | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$li... | |
pg_restore: [archiver (db)] Error from TOC entry 658; 1255 16967 FUNCTION _st_asgml(integer, geometry, integer, integer) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION _st_asgml(integer, geometry, integer, integer) RETURNS text | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public._st_asgml(integer, geometry, integer, integer) does not exist | |
Command was: ALTER FUNCTION public._st_asgml(integer, geometry, integer, integer) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 914; 1255 17259 FUNCTION _st_asgml(integer, geography, integer, integer) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION _st_asgml(integer, geography, integer, integer) RETURNS text | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public._st_asgml(integer, geography, integer, integer) does not exist | |
Command was: ALTER FUNCTION public._st_asgml(integer, geography, integer, integer) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 667; 1255 16976 FUNCTION _st_askml(integer, geometry, integer) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION _st_askml(integer, geometry, integer) RETURNS text | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public._st_askml(integer, geometry, integer) does not exist | |
Command was: ALTER FUNCTION public._st_askml(integer, geometry, integer) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 922; 1255 17267 FUNCTION _st_askml(integer, geography, integer) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION _st_askml(integer, geography, integer) RETURNS text | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public._st_askml(integer, geography, integer) does not exist | |
Command was: ALTER FUNCTION public._st_askml(integer, geography, integer) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 960; 1255 17305 FUNCTION _st_bestsrid(geography) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "_st_bestsrid" already exists with same argument types | |
Command was: CREATE FUNCTION _st_bestsrid(geography) RETURNS integer | |
LANGUAGE sql IMMUTABLE STRICT | |
AS $_$SELECT _ST_BestSRID($1,$... | |
pg_restore: [archiver (db)] Error from TOC entry 959; 1255 17304 FUNCTION _st_bestsrid(geography, geography) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "_st_bestsrid" already exists with same argument types | |
Command was: CREATE FUNCTION _st_bestsrid(geography, geography) RETURNS integer | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1... | |
pg_restore: [archiver (db)] Error from TOC entry 567; 1255 16861 FUNCTION _st_buffer(geometry, double precision, cstring) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "_st_buffer" already exists with same argument types | |
Command was: CREATE FUNCTION _st_buffer(geometry, double precision, cstring) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT COST 100 | |
... | |
pg_restore: [archiver (db)] Error from TOC entry 625; 1255 16934 FUNCTION _st_contains(geometry, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "_st_contains" already exists with same argument types | |
Command was: CREATE FUNCTION _st_contains(geometry, geometry) RETURNS boolean | |
LANGUAGE c IMMUTABLE STRICT COST 100 | |
AS '$libdir/po... | |
pg_restore: [archiver (db)] Error from TOC entry 631; 1255 16940 FUNCTION _st_containsproperly(geometry, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "_st_containsproperly" already exists with same argument types | |
Command was: CREATE FUNCTION _st_containsproperly(geometry, geometry) RETURNS boolean | |
LANGUAGE c IMMUTABLE STRICT COST 100 | |
AS '$l... | |
pg_restore: [archiver (db)] Error from TOC entry 627; 1255 16936 FUNCTION _st_coveredby(geometry, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "_st_coveredby" already exists with same argument types | |
Command was: CREATE FUNCTION _st_coveredby(geometry, geometry) RETURNS boolean | |
LANGUAGE c IMMUTABLE STRICT COST 100 | |
AS '$libdir/p... | |
pg_restore: [archiver (db)] Error from TOC entry 629; 1255 16938 FUNCTION _st_covers(geometry, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "_st_covers" already exists with same argument types | |
Command was: CREATE FUNCTION _st_covers(geometry, geometry) RETURNS boolean | |
LANGUAGE c IMMUTABLE STRICT COST 100 | |
AS '$libdir/post... | |
pg_restore: [archiver (db)] Error from TOC entry 952; 1255 17297 FUNCTION _st_covers(geography, geography) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "_st_covers" already exists with same argument types | |
Command was: CREATE FUNCTION _st_covers(geography, geography) RETURNS boolean | |
LANGUAGE c IMMUTABLE STRICT COST 100 | |
AS '$libdir/po... | |
pg_restore: [archiver (db)] Error from TOC entry 619; 1255 16928 FUNCTION _st_crosses(geometry, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "_st_crosses" already exists with same argument types | |
Command was: CREATE FUNCTION _st_crosses(geometry, geometry) RETURNS boolean | |
LANGUAGE c IMMUTABLE STRICT COST 100 | |
AS '$libdir/pos... | |
pg_restore: [archiver (db)] Error from TOC entry 842; 1255 17150 FUNCTION _st_dfullywithin(geometry, geometry, double precision) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "_st_dfullywithin" already exists with same argument types | |
Command was: CREATE FUNCTION _st_dfullywithin(geometry, geometry, double precision) RETURNS boolean | |
LANGUAGE c IMMUTABLE STRICT | |
A... | |
pg_restore: [archiver (db)] Error from TOC entry 936; 1255 17281 FUNCTION _st_distance(geography, geography, double precision, boolean) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "_st_distance" already exists with same argument types | |
Command was: CREATE FUNCTION _st_distance(geography, geography, double precision, boolean) RETURNS double precision | |
LANGUAGE c IMMUTA... | |
pg_restore: [archiver (db)] Error from TOC entry 461; 1255 16718 FUNCTION _st_dumppoints(geometry, integer[]) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "_st_dumppoints" already exists with same argument types | |
Command was: CREATE FUNCTION _st_dumppoints(the_geom geometry, cur_path integer[]) RETURNS SETOF geometry_dump | |
LANGUAGE plpgsql | |
A... | |
pg_restore: [archiver (db)] Error from TOC entry 613; 1255 16922 FUNCTION _st_dwithin(geometry, geometry, double precision) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "_st_dwithin" already exists with same argument types | |
Command was: CREATE FUNCTION _st_dwithin(geometry, geometry, double precision) RETURNS boolean | |
LANGUAGE c IMMUTABLE STRICT COST 100 | |
... | |
pg_restore: [archiver (db)] Error from TOC entry 937; 1255 17282 FUNCTION _st_dwithin(geography, geography, double precision, boolean) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "_st_dwithin" already exists with same argument types | |
Command was: CREATE FUNCTION _st_dwithin(geography, geography, double precision, boolean) RETURNS boolean | |
LANGUAGE c IMMUTABLE STRICT... | |
pg_restore: [archiver (db)] Error from TOC entry 647; 1255 16956 FUNCTION _st_equals(geometry, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "_st_equals" already exists with same argument types | |
Command was: CREATE FUNCTION _st_equals(geometry, geometry) RETURNS boolean | |
LANGUAGE c IMMUTABLE STRICT COST 100 | |
AS '$libdir/post... | |
pg_restore: [archiver (db)] Error from TOC entry 941; 1255 17286 FUNCTION _st_expand(geography, double precision) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "_st_expand" already exists with same argument types | |
Command was: CREATE FUNCTION _st_expand(geography, double precision) RETURNS geography | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/po... | |
pg_restore: [archiver (db)] Error from TOC entry 616; 1255 16925 FUNCTION _st_intersects(geometry, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "_st_intersects" already exists with same argument types | |
Command was: CREATE FUNCTION _st_intersects(geometry, geometry) RETURNS boolean | |
LANGUAGE c IMMUTABLE STRICT COST 100 | |
AS '$libdir/... | |
pg_restore: [archiver (db)] Error from TOC entry 573; 1255 16867 FUNCTION _st_linecrossingdirection(geometry, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "_st_linecrossingdirection" already exists with same argument types | |
Command was: CREATE FUNCTION _st_linecrossingdirection(geometry, geometry) RETURNS integer | |
LANGUAGE c IMMUTABLE STRICT COST 100 | |
A... | |
pg_restore: [archiver (db)] Error from TOC entry 839; 1255 17148 FUNCTION _st_longestline(geometry, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "_st_longestline" already exists with same argument types | |
Command was: CREATE FUNCTION _st_longestline(geometry, geometry) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis... | |
pg_restore: [archiver (db)] Error from TOC entry 835; 1255 17144 FUNCTION _st_maxdistance(geometry, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "_st_maxdistance" already exists with same argument types | |
Command was: CREATE FUNCTION _st_maxdistance(geometry, geometry) RETURNS double precision | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir... | |
pg_restore: [archiver (db)] Error from TOC entry 866; 1255 17172 FUNCTION _st_orderingequals(geometry, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "_st_orderingequals" already exists with same argument types | |
Command was: CREATE FUNCTION _st_orderingequals(geometry, geometry) RETURNS boolean | |
LANGUAGE c IMMUTABLE STRICT COST 100 | |
AS '$lib... | |
pg_restore: [archiver (db)] Error from TOC entry 634; 1255 16943 FUNCTION _st_overlaps(geometry, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "_st_overlaps" already exists with same argument types | |
Command was: CREATE FUNCTION _st_overlaps(geometry, geometry) RETURNS boolean | |
LANGUAGE c IMMUTABLE STRICT COST 100 | |
AS '$libdir/po... | |
pg_restore: [archiver (db)] Error from TOC entry 951; 1255 17296 FUNCTION _st_pointoutside(geography) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "_st_pointoutside" already exists with same argument types | |
Command was: CREATE FUNCTION _st_pointoutside(geography) RETURNS geography | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', ... | |
pg_restore: [archiver (db)] Error from TOC entry 611; 1255 16920 FUNCTION _st_touches(geometry, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "_st_touches" already exists with same argument types | |
Command was: CREATE FUNCTION _st_touches(geometry, geometry) RETURNS boolean | |
LANGUAGE c IMMUTABLE STRICT COST 100 | |
AS '$libdir/pos... | |
pg_restore: [archiver (db)] Error from TOC entry 622; 1255 16931 FUNCTION _st_within(geometry, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "_st_within" already exists with same argument types | |
Command was: CREATE FUNCTION _st_within(geometry, geometry) RETURNS boolean | |
LANGUAGE c IMMUTABLE STRICT COST 100 | |
AS '$libdir/post... | |
pg_restore: [archiver (db)] Error from TOC entry 853; 1255 17161 FUNCTION addauth(text) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "addauth" already exists with same argument types | |
Command was: CREATE FUNCTION addauth(text) RETURNS boolean | |
LANGUAGE plpgsql | |
AS $_$ | |
DECLARE | |
lockid alias for $1; | |
okay boolean; | |
... | |
pg_restore: [archiver (db)] Error from TOC entry 306; 1255 16560 FUNCTION addbbox(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION addbbox(geometry) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWGEOM_add... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.addbbox(geometry) does not exist | |
Command was: ALTER FUNCTION public.addbbox(geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 437; 1255 16691 FUNCTION addpoint(geometry, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION addpoint(geometry, geometry) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', ... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.addpoint(geometry, geometry) does not exist | |
Command was: ALTER FUNCTION public.addpoint(geometry, geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 439; 1255 16693 FUNCTION addpoint(geometry, geometry, integer) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION addpoint(geometry, geometry, integer) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postg... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.addpoint(geometry, geometry, integer) does not exist | |
Command was: ALTER FUNCTION public.addpoint(geometry, geometry, integer) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 203; 1255 16403 FUNCTION affine(geometry, double precision, double precision, double precision, double precision, double precision, double precision, double precision, double precision, double precision, double precision, double precision, double precision) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION affine(geometry, double precision, double precision, double precision, double precision, double precision, d... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.affine(geometry, double precision, double precision, double precision, double precision, double precision, double precision, double precision, double precision, double precision, double precision, double precision, double precision) does not exist | |
Command was: ALTER FUNCTION public.affine(geometry, double precision, double precision, double precision, double precision, double precis... | |
pg_restore: [archiver (db)] Error from TOC entry 358; 1255 16612 FUNCTION area(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION area(geometry) RETURNS double precision | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWGEO... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.area(geometry) does not exist | |
Command was: ALTER FUNCTION public.area(geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 356; 1255 16610 FUNCTION area2d(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION area2d(geometry) RETURNS double precision | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWG... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.area2d(geometry) does not exist | |
Command was: ALTER FUNCTION public.area2d(geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 724; 1255 17033 FUNCTION asbinary(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION asbinary(geometry) RETURNS bytea | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWGEOM_asBin... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.asbinary(geometry) does not exist | |
Command was: ALTER FUNCTION public.asbinary(geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 726; 1255 17035 FUNCTION asbinary(geometry, text) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION asbinary(geometry, text) RETURNS bytea | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWGEOM... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.asbinary(geometry, text) does not exist | |
Command was: ALTER FUNCTION public.asbinary(geometry, text) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 405; 1255 16659 FUNCTION asewkb(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION asewkb(geometry) RETURNS bytea | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'WKBFromLWGEOM'... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.asewkb(geometry) does not exist | |
Command was: ALTER FUNCTION public.asewkb(geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 411; 1255 16665 FUNCTION asewkb(geometry, text) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION asewkb(geometry, text) RETURNS bytea | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'WKBFromL... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.asewkb(geometry, text) does not exist | |
Command was: ALTER FUNCTION public.asewkb(geometry, text) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 403; 1255 16657 FUNCTION asewkt(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION asewkt(geometry) RETURNS text | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWGEOM_asEWKT'; | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.asewkt(geometry) does not exist | |
Command was: ALTER FUNCTION public.asewkt(geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 407; 1255 16661 FUNCTION ashexewkb(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION ashexewkb(geometry) RETURNS text | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWGEOM_asHEX... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.ashexewkb(geometry) does not exist | |
Command was: ALTER FUNCTION public.ashexewkb(geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 409; 1255 16663 FUNCTION ashexewkb(geometry, text) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION ashexewkb(geometry, text) RETURNS text | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWGEOM... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.ashexewkb(geometry, text) does not exist | |
Command was: ALTER FUNCTION public.ashexewkb(geometry, text) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 656; 1255 16965 FUNCTION assvg(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION assvg(geometry) RETURNS text | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'assvg_geometry'; | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.assvg(geometry) does not exist | |
Command was: ALTER FUNCTION public.assvg(geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 654; 1255 16963 FUNCTION assvg(geometry, integer) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION assvg(geometry, integer) RETURNS text | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'assvg_g... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.assvg(geometry, integer) does not exist | |
Command was: ALTER FUNCTION public.assvg(geometry, integer) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 652; 1255 16961 FUNCTION assvg(geometry, integer, integer) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION assvg(geometry, integer, integer) RETURNS text | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5',... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.assvg(geometry, integer, integer) does not exist | |
Command was: ALTER FUNCTION public.assvg(geometry, integer, integer) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 728; 1255 17037 FUNCTION astext(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION astext(geometry) RETURNS text | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWGEOM_asText'; | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.astext(geometry) does not exist | |
Command was: ALTER FUNCTION public.astext(geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 368; 1255 16622 FUNCTION azimuth(geometry, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION azimuth(geometry, geometry) RETURNS double precision | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.azimuth(geometry, geometry) does not exist | |
Command was: ALTER FUNCTION public.azimuth(geometry, geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 582; 1255 16876 FUNCTION boundary(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION boundary(geometry) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'boundary'... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.boundary(geometry) does not exist | |
Command was: ALTER FUNCTION public.boundary(geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 528; 1255 16806 FUNCTION box(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "box" already exists with same argument types | |
Command was: CREATE FUNCTION box(geometry) RETURNS box | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWGEOM_to_BOX'; | |
pg_restore: [archiver (db)] Error from TOC entry 531; 1255 16809 FUNCTION box(box3d) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "box" already exists with same argument types | |
Command was: CREATE FUNCTION box(box3d) RETURNS box | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'BOX3D_to_BOX'; | |
pg_restore: [archiver (db)] Error from TOC entry 234; 1255 16439 FUNCTION box2d(box3d_extent) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION box2d(box3d_extent) RETURNS box2d | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'BOX3D_to_BO... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.box2d(box3d_extent) does not exist | |
Command was: ALTER FUNCTION public.box2d(box3d_extent) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 526; 1255 16804 FUNCTION box2d(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "box2d" already exists with same argument types | |
Command was: CREATE FUNCTION box2d(geometry) RETURNS box2d | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWGEOM_to_BOX2D... | |
pg_restore: [archiver (db)] Error from TOC entry 529; 1255 16807 FUNCTION box2d(box3d) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "box2d" already exists with same argument types | |
Command was: CREATE FUNCTION box2d(box3d) RETURNS box2d | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'BOX3D_to_BOX2DFLOA... | |
pg_restore: [archiver (db)] Error from TOC entry 527; 1255 16805 FUNCTION box3d(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "box3d" already exists with same argument types | |
Command was: CREATE FUNCTION box3d(geometry) RETURNS box3d | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWGEOM_to_BOX3D... | |
pg_restore: [archiver (db)] Error from TOC entry 530; 1255 16808 FUNCTION box3d(box2d) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "box3d" already exists with same argument types | |
Command was: CREATE FUNCTION box3d(box2d) RETURNS box3d | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'BOX2DFLOAT4_to_BOX... | |
pg_restore: [archiver (db)] Error from TOC entry 233; 1255 16437 FUNCTION box3d_extent(box3d_extent) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION box3d_extent(box3d_extent) RETURNS box3d | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'BOX3... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.box3d_extent(box3d_extent) does not exist | |
Command was: ALTER FUNCTION public.box3d_extent(box3d_extent) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 533; 1255 16811 FUNCTION box3dtobox(box3d) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "box3dtobox" already exists with same argument types | |
Command was: CREATE FUNCTION box3dtobox(box3d) RETURNS box | |
LANGUAGE sql IMMUTABLE STRICT | |
AS $_$SELECT box($1)$_$; | |
pg_restore: [archiver (db)] Error from TOC entry 565; 1255 16859 FUNCTION buffer(geometry, double precision) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION buffer(geometry, double precision) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT COST 100 | |
AS '$libdir... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.buffer(geometry, double precision) does not exist | |
Command was: ALTER FUNCTION public.buffer(geometry, double precision) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 450; 1255 16704 FUNCTION buildarea(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION buildarea(geometry) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT COST 100 | |
AS '$libdir/postgis-1.5', ... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.buildarea(geometry) does not exist | |
Command was: ALTER FUNCTION public.buildarea(geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 539; 1255 16817 FUNCTION bytea(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "bytea" already exists with same argument types | |
Command was: CREATE FUNCTION bytea(geometry) RETURNS bytea | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWGEOM_to_bytea... | |
pg_restore: [archiver (db)] Error from TOC entry 638; 1255 16947 FUNCTION centroid(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION centroid(geometry) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'centroid'... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.centroid(geometry) does not exist | |
Command was: ALTER FUNCTION public.centroid(geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 855; 1255 17163 FUNCTION checkauth(text, text) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "checkauth" already exists with same argument types | |
Command was: CREATE FUNCTION checkauth(text, text) RETURNS integer | |
LANGUAGE sql | |
AS $_$ SELECT CheckAuth('', $1, $2) $_$; | |
pg_restore: [archiver (db)] Error from TOC entry 854; 1255 17162 FUNCTION checkauth(text, text, text) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "checkauth" already exists with same argument types | |
Command was: CREATE FUNCTION checkauth(text, text, text) RETURNS integer | |
LANGUAGE plpgsql | |
AS $_$ | |
DECLARE | |
schema text; | |
BEGIN | |
IF... | |
pg_restore: [archiver (db)] Error from TOC entry 856; 1255 17164 FUNCTION checkauthtrigger() postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "checkauthtrigger" already exists with same argument types | |
Command was: CREATE FUNCTION checkauthtrigger() RETURNS trigger | |
LANGUAGE c | |
AS '$libdir/postgis-1.5', 'check_authorization'; | |
pg_restore: [archiver (db)] Error from TOC entry 590; 1255 16884 FUNCTION collect(geometry, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION collect(geometry, geometry) RETURNS geometry | |
LANGUAGE c IMMUTABLE | |
AS '$libdir/postgis-1.5', 'LWGEOM_... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.collect(geometry, geometry) does not exist | |
Command was: ALTER FUNCTION public.collect(geometry, geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 463; 1255 16720 FUNCTION combine_bbox(box2d, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION combine_bbox(box2d, geometry) RETURNS box2d | |
LANGUAGE c IMMUTABLE | |
AS '$libdir/postgis-1.5', 'BOX2DFLO... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.combine_bbox(box2d, geometry) does not exist | |
Command was: ALTER FUNCTION public.combine_bbox(box2d, geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 465; 1255 16722 FUNCTION combine_bbox(box3d_extent, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION combine_bbox(box3d_extent, geometry) RETURNS box3d_extent | |
LANGUAGE c IMMUTABLE | |
AS '$libdir/postgis-1... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.combine_bbox(box3d_extent, geometry) does not exist | |
Command was: ALTER FUNCTION public.combine_bbox(box3d_extent, geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 467; 1255 16726 FUNCTION combine_bbox(box3d, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION combine_bbox(box3d, geometry) RETURNS box3d | |
LANGUAGE c IMMUTABLE | |
AS '$libdir/postgis-1.5', 'BOX3D_co... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.combine_bbox(box3d, geometry) does not exist | |
Command was: ALTER FUNCTION public.combine_bbox(box3d, geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 325; 1255 16579 FUNCTION compression(chip) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION compression(chip) RETURNS integer | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'CHIP_getCom... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.compression(chip) does not exist | |
Command was: ALTER FUNCTION public.compression(chip) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 624; 1255 16933 FUNCTION contains(geometry, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION contains(geometry, geometry) RETURNS boolean | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', '... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.contains(geometry, geometry) does not exist | |
Command was: ALTER FUNCTION public.contains(geometry, geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 571; 1255 16865 FUNCTION convexhull(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION convexhull(geometry) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT COST 100 | |
AS '$libdir/postgis-1.5',... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.convexhull(geometry) does not exist | |
Command was: ALTER FUNCTION public.convexhull(geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 618; 1255 16927 FUNCTION crosses(geometry, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION crosses(geometry, geometry) RETURNS boolean | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'c... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.crosses(geometry, geometry) does not exist | |
Command was: ALTER FUNCTION public.crosses(geometry, geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 323; 1255 16577 FUNCTION datatype(chip) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION datatype(chip) RETURNS integer | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'CHIP_getDataty... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.datatype(chip) does not exist | |
Command was: ALTER FUNCTION public.datatype(chip) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 580; 1255 16874 FUNCTION difference(geometry, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION difference(geometry, geometry) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5'... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.difference(geometry, geometry) does not exist | |
Command was: ALTER FUNCTION public.difference(geometry, geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 690; 1255 16999 FUNCTION dimension(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION dimension(geometry) RETURNS integer | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWGEOM_di... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.dimension(geometry) does not exist | |
Command was: ALTER FUNCTION public.dimension(geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 862; 1255 17168 FUNCTION disablelongtransactions() postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "disablelongtransactions" already exists with same argument types | |
Command was: CREATE FUNCTION disablelongtransactions() RETURNS text | |
LANGUAGE plpgsql | |
AS $$ | |
DECLARE | |
rec RECORD; | |
BEGIN | |
-- | |
-- ... | |
pg_restore: [archiver (db)] Error from TOC entry 608; 1255 16917 FUNCTION disjoint(geometry, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION disjoint(geometry, geometry) RETURNS boolean | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', '... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.disjoint(geometry, geometry) does not exist | |
Command was: ALTER FUNCTION public.disjoint(geometry, geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 364; 1255 16618 FUNCTION distance(geometry, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION distance(geometry, geometry) RETURNS double precision | |
LANGUAGE c IMMUTABLE STRICT COST 100 | |
AS '$libd... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.distance(geometry, geometry) does not exist | |
Command was: ALTER FUNCTION public.distance(geometry, geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 362; 1255 16616 FUNCTION distance_sphere(geometry, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION distance_sphere(geometry, geometry) RETURNS double precision | |
LANGUAGE c IMMUTABLE STRICT COST 100 | |
AS... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.distance_sphere(geometry, geometry) does not exist | |
Command was: ALTER FUNCTION public.distance_sphere(geometry, geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 360; 1255 16614 FUNCTION distance_spheroid(geometry, geometry, spheroid) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION distance_spheroid(geometry, geometry, spheroid) RETURNS double precision | |
LANGUAGE c IMMUTABLE STRICT COS... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.distance_spheroid(geometry, geometry, spheroid) does not exist | |
Command was: ALTER FUNCTION public.distance_spheroid(geometry, geometry, spheroid) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 308; 1255 16562 FUNCTION dropbbox(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION dropbbox(geometry) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWGEOM_dr... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.dropbbox(geometry) does not exist | |
Command was: ALTER FUNCTION public.dropbbox(geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 488; 1255 16765 FUNCTION dropgeometrycolumn(character varying, character varying) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "dropgeometrycolumn" already exists with same argument types | |
Command was: CREATE FUNCTION dropgeometrycolumn(character varying, character varying) RETURNS text | |
LANGUAGE plpgsql STRICT | |
AS $_$... | |
pg_restore: [archiver (db)] Error from TOC entry 487; 1255 16764 FUNCTION dropgeometrycolumn(character varying, character varying, character varying) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "dropgeometrycolumn" already exists with same argument types | |
Command was: CREATE FUNCTION dropgeometrycolumn(character varying, character varying, character varying) RETURNS text | |
LANGUAGE plpgsq... | |
pg_restore: [archiver (db)] Error from TOC entry 486; 1255 16763 FUNCTION dropgeometrycolumn(character varying, character varying, character varying, character varying) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "dropgeometrycolumn" already exists with same argument types | |
Command was: CREATE FUNCTION dropgeometrycolumn(character varying, character varying, character varying, character varying) RETURNS text | |
... | |
pg_restore: [archiver (db)] Error from TOC entry 491; 1255 16768 FUNCTION dropgeometrytable(character varying) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "dropgeometrytable" already exists with same argument types | |
Command was: CREATE FUNCTION dropgeometrytable(character varying) RETURNS text | |
LANGUAGE sql STRICT | |
AS $_$ SELECT DropGeometryTabl... | |
pg_restore: [archiver (db)] Error from TOC entry 490; 1255 16767 FUNCTION dropgeometrytable(character varying, character varying) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "dropgeometrytable" already exists with same argument types | |
Command was: CREATE FUNCTION dropgeometrytable(character varying, character varying) RETURNS text | |
LANGUAGE sql STRICT | |
AS $_$ SELE... | |
pg_restore: [archiver (db)] Error from TOC entry 489; 1255 16766 FUNCTION dropgeometrytable(character varying, character varying, character varying) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "dropgeometrytable" already exists with same argument types | |
Command was: CREATE FUNCTION dropgeometrytable(character varying, character varying, character varying) RETURNS text | |
LANGUAGE plpgsql... | |
pg_restore: [archiver (db)] Error from TOC entry 457; 1255 16714 FUNCTION dump(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION dump(geometry) RETURNS SETOF geometry_dump | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LW... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.dump(geometry) does not exist | |
Command was: ALTER FUNCTION public.dump(geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 459; 1255 16716 FUNCTION dumprings(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION dumprings(geometry) RETURNS SETOF geometry_dump | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5'... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.dumprings(geometry) does not exist | |
Command was: ALTER FUNCTION public.dumprings(geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 860; 1255 17166 FUNCTION enablelongtransactions() postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "enablelongtransactions" already exists with same argument types | |
Command was: CREATE FUNCTION enablelongtransactions() RETURNS text | |
LANGUAGE plpgsql | |
AS $$ | |
DECLARE | |
"query" text; | |
exists bool; | |
... | |
pg_restore: [archiver (db)] Error from TOC entry 714; 1255 17023 FUNCTION endpoint(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION endpoint(geometry) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWGEOM_en... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.endpoint(geometry) does not exist | |
Command was: ALTER FUNCTION public.endpoint(geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 391; 1255 16645 FUNCTION envelope(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION envelope(geometry) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWGEOM_en... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.envelope(geometry) does not exist | |
Command was: ALTER FUNCTION public.envelope(geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 646; 1255 16955 FUNCTION equals(geometry, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "equals" already exists with same argument types | |
Command was: CREATE FUNCTION equals(geometry, geometry) RETURNS boolean | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'ge... | |
pg_restore: [archiver (db)] Error from TOC entry 471; 1255 16732 FUNCTION estimated_extent(text, text) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION estimated_extent(text, text) RETURNS box2d | |
LANGUAGE c IMMUTABLE STRICT SECURITY DEFINER | |
AS '$libdir/... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.estimated_extent(text, text) does not exist | |
Command was: ALTER FUNCTION public.estimated_extent(text, text) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 469; 1255 16730 FUNCTION estimated_extent(text, text, text) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION estimated_extent(text, text, text) RETURNS box2d | |
LANGUAGE c IMMUTABLE STRICT SECURITY DEFINER | |
AS '$l... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.estimated_extent(text, text, text) does not exist | |
Command was: ALTER FUNCTION public.estimated_extent(text, text, text) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 385; 1255 16639 FUNCTION expand(box3d, double precision) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION expand(box3d, double precision) RETURNS box3d | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', ... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.expand(box3d, double precision) does not exist | |
Command was: ALTER FUNCTION public.expand(box3d, double precision) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 387; 1255 16641 FUNCTION expand(box2d, double precision) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION expand(box2d, double precision) RETURNS box2d | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', ... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.expand(box2d, double precision) does not exist | |
Command was: ALTER FUNCTION public.expand(box2d, double precision) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 389; 1255 16643 FUNCTION expand(geometry, double precision) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION expand(geometry, double precision) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.expand(geometry, double precision) does not exist | |
Command was: ALTER FUNCTION public.expand(geometry, double precision) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 692; 1255 17001 FUNCTION exteriorring(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION exteriorring(geometry) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWGEO... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.exteriorring(geometry) does not exist | |
Command was: ALTER FUNCTION public.exteriorring(geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 319; 1255 16573 FUNCTION factor(chip) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION factor(chip) RETURNS real | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'CHIP_getFactor'; | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.factor(chip) does not exist | |
Command was: ALTER FUNCTION public.factor(chip) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 495; 1255 16772 FUNCTION find_srid(character varying, character varying, character varying) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "find_srid" already exists with same argument types | |
Command was: CREATE FUNCTION find_srid(character varying, character varying, character varying) RETURNS integer | |
LANGUAGE plpgsql IMMU... | |
pg_restore: [archiver (db)] Error from TOC entry 370; 1255 16624 FUNCTION force_2d(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION force_2d(geometry) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWGEOM_fo... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.force_2d(geometry) does not exist | |
Command was: ALTER FUNCTION public.force_2d(geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 374; 1255 16628 FUNCTION force_3d(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION force_3d(geometry) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWGEOM_fo... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.force_3d(geometry) does not exist | |
Command was: ALTER FUNCTION public.force_3d(geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 376; 1255 16630 FUNCTION force_3dm(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION force_3dm(geometry) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWGEOM_f... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.force_3dm(geometry) does not exist | |
Command was: ALTER FUNCTION public.force_3dm(geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 372; 1255 16626 FUNCTION force_3dz(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION force_3dz(geometry) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWGEOM_f... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.force_3dz(geometry) does not exist | |
Command was: ALTER FUNCTION public.force_3dz(geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 378; 1255 16632 FUNCTION force_4d(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION force_4d(geometry) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWGEOM_fo... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.force_4d(geometry) does not exist | |
Command was: ALTER FUNCTION public.force_4d(geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 380; 1255 16634 FUNCTION force_collection(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION force_collection(geometry) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'L... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.force_collection(geometry) does not exist | |
Command was: ALTER FUNCTION public.force_collection(geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 395; 1255 16649 FUNCTION forcerhr(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION forcerhr(geometry) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWGEOM_fo... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.forcerhr(geometry) does not exist | |
Command was: ALTER FUNCTION public.forcerhr(geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 892; 1255 17211 FUNCTION geography(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "geography" already exists with same argument types | |
Command was: CREATE FUNCTION geography(geometry) RETURNS geography | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'geograp... | |
pg_restore: [archiver (db)] Error from TOC entry 884; 1255 17194 FUNCTION geography(geography, integer, boolean) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "geography" already exists with same argument types | |
Command was: CREATE FUNCTION geography(geography, integer, boolean) RETURNS geography | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/pos... | |
pg_restore: [archiver (db)] Error from TOC entry 909; 1255 17241 FUNCTION geography_cmp(geography, geography) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "geography_cmp" already exists with same argument types | |
Command was: CREATE FUNCTION geography_cmp(geography, geography) RETURNS integer | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-... | |
pg_restore: [archiver (db)] Error from TOC entry 908; 1255 17240 FUNCTION geography_eq(geography, geography) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "geography_eq" already exists with same argument types | |
Command was: CREATE FUNCTION geography_eq(geography, geography) RETURNS boolean | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1... | |
pg_restore: [archiver (db)] Error from TOC entry 907; 1255 17239 FUNCTION geography_ge(geography, geography) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "geography_ge" already exists with same argument types | |
Command was: CREATE FUNCTION geography_ge(geography, geography) RETURNS boolean | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1... | |
pg_restore: [archiver (db)] Error from TOC entry 895; 1255 17216 FUNCTION geography_gist_compress(internal) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "geography_gist_compress" already exists with same argument types | |
Command was: CREATE FUNCTION geography_gist_compress(internal) RETURNS internal | |
LANGUAGE c | |
AS '$libdir/postgis-1.5', 'geography_g... | |
pg_restore: [archiver (db)] Error from TOC entry 894; 1255 17215 FUNCTION geography_gist_consistent(internal, geometry, integer) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION geography_gist_consistent(internal, geometry, integer) RETURNS boolean | |
LANGUAGE c | |
AS '$libdir/postgi... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.geography_gist_consistent(internal, geometry, integer) does not exist | |
Command was: ALTER FUNCTION public.geography_gist_consistent(internal, geometry, integer) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 900; 1255 17221 FUNCTION geography_gist_decompress(internal) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "geography_gist_decompress" already exists with same argument types | |
Command was: CREATE FUNCTION geography_gist_decompress(internal) RETURNS internal | |
LANGUAGE c | |
AS '$libdir/postgis-1.5', 'geography... | |
pg_restore: [archiver (db)] Error from TOC entry 902; 1255 17223 FUNCTION geography_gist_join_selectivity(internal, oid, internal, smallint) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "geography_gist_join_selectivity" already exists with same argument types | |
Command was: CREATE FUNCTION geography_gist_join_selectivity(internal, oid, internal, smallint) RETURNS double precision | |
LANGUAGE c | |
... | |
pg_restore: [archiver (db)] Error from TOC entry 896; 1255 17217 FUNCTION geography_gist_penalty(internal, internal, internal) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "geography_gist_penalty" already exists with same argument types | |
Command was: CREATE FUNCTION geography_gist_penalty(internal, internal, internal) RETURNS internal | |
LANGUAGE c | |
AS '$libdir/postgis... | |
pg_restore: [archiver (db)] Error from TOC entry 897; 1255 17218 FUNCTION geography_gist_picksplit(internal, internal) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "geography_gist_picksplit" already exists with same argument types | |
Command was: CREATE FUNCTION geography_gist_picksplit(internal, internal) RETURNS internal | |
LANGUAGE c | |
AS '$libdir/postgis-1.5', '... | |
pg_restore: [archiver (db)] Error from TOC entry 899; 1255 17220 FUNCTION geography_gist_same(box2d, box2d, internal) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "geography_gist_same" already exists with same argument types | |
Command was: CREATE FUNCTION geography_gist_same(box2d, box2d, internal) RETURNS internal | |
LANGUAGE c | |
AS '$libdir/postgis-1.5', 'g... | |
pg_restore: [archiver (db)] Error from TOC entry 901; 1255 17222 FUNCTION geography_gist_selectivity(internal, oid, internal, integer) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "geography_gist_selectivity" already exists with same argument types | |
Command was: CREATE FUNCTION geography_gist_selectivity(internal, oid, internal, integer) RETURNS double precision | |
LANGUAGE c | |
AS ... | |
pg_restore: [archiver (db)] Error from TOC entry 898; 1255 17219 FUNCTION geography_gist_union(bytea, internal) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "geography_gist_union" already exists with same argument types | |
Command was: CREATE FUNCTION geography_gist_union(bytea, internal) RETURNS internal | |
LANGUAGE c | |
AS '$libdir/postgis-1.5', 'geograp... | |
pg_restore: [archiver (db)] Error from TOC entry 906; 1255 17238 FUNCTION geography_gt(geography, geography) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "geography_gt" already exists with same argument types | |
Command was: CREATE FUNCTION geography_gt(geography, geography) RETURNS boolean | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1... | |
pg_restore: [archiver (db)] Error from TOC entry 905; 1255 17237 FUNCTION geography_le(geography, geography) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "geography_le" already exists with same argument types | |
Command was: CREATE FUNCTION geography_le(geography, geography) RETURNS boolean | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1... | |
pg_restore: [archiver (db)] Error from TOC entry 904; 1255 17236 FUNCTION geography_lt(geography, geography) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "geography_lt" already exists with same argument types | |
Command was: CREATE FUNCTION geography_lt(geography, geography) RETURNS boolean | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1... | |
pg_restore: [archiver (db)] Error from TOC entry 903; 1255 17224 FUNCTION geography_overlaps(geography, geography) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "geography_overlaps" already exists with same argument types | |
Command was: CREATE FUNCTION geography_overlaps(geography, geography) RETURNS boolean | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/pos... | |
pg_restore: [archiver (db)] Error from TOC entry 859; 1255 17203 FUNCTION geography_typmod_dims(integer) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION geography_typmod_dims(integer) RETURNS integer | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5',... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.geography_typmod_dims(integer) does not exist | |
Command was: ALTER FUNCTION public.geography_typmod_dims(integer) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 890; 1255 17204 FUNCTION geography_typmod_srid(integer) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION geography_typmod_srid(integer) RETURNS integer | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5',... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.geography_typmod_srid(integer) does not exist | |
Command was: ALTER FUNCTION public.geography_typmod_srid(integer) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 891; 1255 17205 FUNCTION geography_typmod_type(integer) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION geography_typmod_type(integer) RETURNS text | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'g... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.geography_typmod_type(integer) does not exist | |
Command was: ALTER FUNCTION public.geography_typmod_type(integer) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 235; 1255 16440 FUNCTION geometry(box3d_extent) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION geometry(box3d_extent) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'BOX3D... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.geometry(box3d_extent) does not exist | |
Command was: ALTER FUNCTION public.geometry(box3d_extent) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 534; 1255 16812 FUNCTION geometry(box2d) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "geometry" already exists with same argument types | |
Command was: CREATE FUNCTION geometry(box2d) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'BOX2DFLOAT4_... | |
pg_restore: [archiver (db)] Error from TOC entry 535; 1255 16813 FUNCTION geometry(box3d) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "geometry" already exists with same argument types | |
Command was: CREATE FUNCTION geometry(box3d) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'BOX3D_to_LWG... | |
pg_restore: [archiver (db)] Error from TOC entry 536; 1255 16814 FUNCTION geometry(text) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "geometry" already exists with same argument types | |
Command was: CREATE FUNCTION geometry(text) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'parse_WKT_lwg... | |
pg_restore: [archiver (db)] Error from TOC entry 537; 1255 16815 FUNCTION geometry(chip) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION geometry(chip) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'CHIP_to_LWGEO... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.geometry(chip) does not exist | |
Command was: ALTER FUNCTION public.geometry(chip) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 538; 1255 16816 FUNCTION geometry(bytea) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "geometry" already exists with same argument types | |
Command was: CREATE FUNCTION geometry(bytea) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWGEOM_from_... | |
pg_restore: [archiver (db)] Error from TOC entry 893; 1255 17213 FUNCTION geometry(geography) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "geometry" already exists with same argument types | |
Command was: CREATE FUNCTION geometry(geography) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'geometry... | |
pg_restore: [archiver (db)] Error from TOC entry 293; 1255 16514 FUNCTION geometry_above(geometry, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "geometry_above" already exists with same argument types | |
Command was: CREATE FUNCTION geometry_above(geometry, geometry) RETURNS boolean | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1... | |
pg_restore: [archiver (db)] Error from TOC entry 294; 1255 16515 FUNCTION geometry_below(geometry, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "geometry_below" already exists with same argument types | |
Command was: CREATE FUNCTION geometry_below(geometry, geometry) RETURNS boolean | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1... | |
pg_restore: [archiver (db)] Error from TOC entry 267; 1255 16475 FUNCTION geometry_cmp(geometry, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "geometry_cmp" already exists with same argument types | |
Command was: CREATE FUNCTION geometry_cmp(geometry, geometry) RETURNS integer | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5... | |
pg_restore: [archiver (db)] Error from TOC entry 295; 1255 16516 FUNCTION geometry_contain(geometry, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION geometry_contain(geometry, geometry) RETURNS boolean | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.geometry_contain(geometry, geometry) does not exist | |
Command was: ALTER FUNCTION public.geometry_contain(geometry, geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 296; 1255 16517 FUNCTION geometry_contained(geometry, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION geometry_contained(geometry, geometry) RETURNS boolean | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postg... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.geometry_contained(geometry, geometry) does not exist | |
Command was: ALTER FUNCTION public.geometry_contained(geometry, geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 266; 1255 16474 FUNCTION geometry_eq(geometry, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "geometry_eq" already exists with same argument types | |
Command was: CREATE FUNCTION geometry_eq(geometry, geometry) RETURNS boolean | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5'... | |
pg_restore: [archiver (db)] Error from TOC entry 265; 1255 16473 FUNCTION geometry_ge(geometry, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "geometry_ge" already exists with same argument types | |
Command was: CREATE FUNCTION geometry_ge(geometry, geometry) RETURNS boolean | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5'... | |
pg_restore: [archiver (db)] Error from TOC entry 286; 1255 16507 FUNCTION geometry_gist_joinsel(internal, oid, internal, smallint) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION geometry_gist_joinsel(internal, oid, internal, smallint) RETURNS double precision | |
LANGUAGE c | |
AS '$li... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.geometry_gist_joinsel(internal, oid, internal, smallint) does not exist | |
Command was: ALTER FUNCTION public.geometry_gist_joinsel(internal, oid, internal, smallint) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 285; 1255 16506 FUNCTION geometry_gist_sel(internal, oid, internal, integer) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION geometry_gist_sel(internal, oid, internal, integer) RETURNS double precision | |
LANGUAGE c | |
AS '$libdir/... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.geometry_gist_sel(internal, oid, internal, integer) does not exist | |
Command was: ALTER FUNCTION public.geometry_gist_sel(internal, oid, internal, integer) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 264; 1255 16472 FUNCTION geometry_gt(geometry, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "geometry_gt" already exists with same argument types | |
Command was: CREATE FUNCTION geometry_gt(geometry, geometry) RETURNS boolean | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5'... | |
pg_restore: [archiver (db)] Error from TOC entry 263; 1255 16471 FUNCTION geometry_le(geometry, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "geometry_le" already exists with same argument types | |
Command was: CREATE FUNCTION geometry_le(geometry, geometry) RETURNS boolean | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5'... | |
pg_restore: [archiver (db)] Error from TOC entry 291; 1255 16512 FUNCTION geometry_left(geometry, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "geometry_left" already exists with same argument types | |
Command was: CREATE FUNCTION geometry_left(geometry, geometry) RETURNS boolean | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.... | |
pg_restore: [archiver (db)] Error from TOC entry 262; 1255 16470 FUNCTION geometry_lt(geometry, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "geometry_lt" already exists with same argument types | |
Command was: CREATE FUNCTION geometry_lt(geometry, geometry) RETURNS boolean | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5'... | |
pg_restore: [archiver (db)] Error from TOC entry 289; 1255 16510 FUNCTION geometry_overabove(geometry, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "geometry_overabove" already exists with same argument types | |
Command was: CREATE FUNCTION geometry_overabove(geometry, geometry) RETURNS boolean | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postg... | |
pg_restore: [archiver (db)] Error from TOC entry 290; 1255 16511 FUNCTION geometry_overbelow(geometry, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "geometry_overbelow" already exists with same argument types | |
Command was: CREATE FUNCTION geometry_overbelow(geometry, geometry) RETURNS boolean | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postg... | |
pg_restore: [archiver (db)] Error from TOC entry 297; 1255 16518 FUNCTION geometry_overlap(geometry, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION geometry_overlap(geometry, geometry) RETURNS boolean | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.geometry_overlap(geometry, geometry) does not exist | |
Command was: ALTER FUNCTION public.geometry_overlap(geometry, geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 287; 1255 16508 FUNCTION geometry_overleft(geometry, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "geometry_overleft" already exists with same argument types | |
Command was: CREATE FUNCTION geometry_overleft(geometry, geometry) RETURNS boolean | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgi... | |
pg_restore: [archiver (db)] Error from TOC entry 288; 1255 16509 FUNCTION geometry_overright(geometry, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "geometry_overright" already exists with same argument types | |
Command was: CREATE FUNCTION geometry_overright(geometry, geometry) RETURNS boolean | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postg... | |
pg_restore: [archiver (db)] Error from TOC entry 292; 1255 16513 FUNCTION geometry_right(geometry, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "geometry_right" already exists with same argument types | |
Command was: CREATE FUNCTION geometry_right(geometry, geometry) RETURNS boolean | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1... | |
pg_restore: [archiver (db)] Error from TOC entry 284; 1255 16505 FUNCTION geometry_same(geometry, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "geometry_same" already exists with same argument types | |
Command was: CREATE FUNCTION geometry_same(geometry, geometry) RETURNS boolean | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.... | |
pg_restore: [archiver (db)] Error from TOC entry 298; 1255 16519 FUNCTION geometry_samebox(geometry, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION geometry_samebox(geometry, geometry) RETURNS boolean | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.geometry_samebox(geometry, geometry) does not exist | |
Command was: ALTER FUNCTION public.geometry_samebox(geometry, geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 730; 1255 17039 FUNCTION geometryfromtext(text) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION geometryfromtext(text) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWGEO... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.geometryfromtext(text) does not exist | |
Command was: ALTER FUNCTION public.geometryfromtext(text) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 732; 1255 17041 FUNCTION geometryfromtext(text, integer) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION geometryfromtext(text, integer) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.geometryfromtext(text, integer) does not exist | |
Command was: ALTER FUNCTION public.geometryfromtext(text, integer) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 688; 1255 16997 FUNCTION geometryn(geometry, integer) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION geometryn(geometry, integer) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', ... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.geometryn(geometry, integer) does not exist | |
Command was: ALTER FUNCTION public.geometryn(geometry, integer) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 700; 1255 17009 FUNCTION geometrytype(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "geometrytype" already exists with same argument types | |
Command was: CREATE FUNCTION geometrytype(geometry) RETURNS text | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWGEOM_ge... | |
pg_restore: [archiver (db)] Error from TOC entry 413; 1255 16667 FUNCTION geomfromewkb(bytea) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "geomfromewkb" already exists with same argument types | |
Command was: CREATE FUNCTION geomfromewkb(bytea) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWGEOMFr... | |
pg_restore: [archiver (db)] Error from TOC entry 415; 1255 16669 FUNCTION geomfromewkt(text) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "geomfromewkt" already exists with same argument types | |
Command was: CREATE FUNCTION geomfromewkt(text) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'parse_WKT... | |
pg_restore: [archiver (db)] Error from TOC entry 783; 1255 17092 FUNCTION geomfromwkb(bytea) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION geomfromwkb(bytea) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWGEOM_fr... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.geomfromwkb(bytea) does not exist | |
Command was: ALTER FUNCTION public.geomfromwkb(bytea) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 588; 1255 16882 FUNCTION geomunion(geometry, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION geomunion(geometry, geometry) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5',... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.geomunion(geometry, geometry) does not exist | |
Command was: ALTER FUNCTION public.geomunion(geometry, geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 496; 1255 16773 FUNCTION get_proj4_from_srid(integer) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "get_proj4_from_srid" already exists with same argument types | |
Command was: CREATE FUNCTION get_proj4_from_srid(integer) RETURNS text | |
LANGUAGE plpgsql IMMUTABLE STRICT | |
AS $_$ | |
BEGIN | |
RETURN pro... | |
pg_restore: [archiver (db)] Error from TOC entry 311; 1255 16565 FUNCTION getbbox(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION getbbox(geometry) RETURNS box2d | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWGEOM_to_BOX... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.getbbox(geometry) does not exist | |
Command was: ALTER FUNCTION public.getbbox(geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 310; 1255 16564 FUNCTION getsrid(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION getsrid(geometry) RETURNS integer | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWGEOM_getS... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.getsrid(geometry) does not exist | |
Command was: ALTER FUNCTION public.getsrid(geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 857; 1255 17165 FUNCTION gettransactionid() postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "gettransactionid" already exists with same argument types | |
Command was: CREATE FUNCTION gettransactionid() RETURNS xid | |
LANGUAGE c | |
AS '$libdir/postgis-1.5', 'getTransactionID'; | |
pg_restore: [archiver (db)] Error from TOC entry 313; 1255 16567 FUNCTION hasbbox(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION hasbbox(geometry) RETURNS boolean | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWGEOM_hasB... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.hasbbox(geometry) does not exist | |
Command was: ALTER FUNCTION public.hasbbox(geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 317; 1255 16571 FUNCTION height(chip) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION height(chip) RETURNS integer | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'CHIP_getHeight'; | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.height(chip) does not exist | |
Command was: ALTER FUNCTION public.height(chip) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 698; 1255 17007 FUNCTION interiorringn(geometry, integer) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION interiorringn(geometry, integer) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.interiorringn(geometry, integer) does not exist | |
Command was: ALTER FUNCTION public.interiorringn(geometry, integer) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 563; 1255 16857 FUNCTION intersection(geometry, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION intersection(geometry, geometry) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.intersection(geometry, geometry) does not exist | |
Command was: ALTER FUNCTION public.intersection(geometry, geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 615; 1255 16924 FUNCTION intersects(geometry, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION intersects(geometry, geometry) RETURNS boolean | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5',... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.intersects(geometry, geometry) does not exist | |
Command was: ALTER FUNCTION public.intersects(geometry, geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 716; 1255 17025 FUNCTION isclosed(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION isclosed(geometry) RETURNS boolean | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWGEOM_isc... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.isclosed(geometry) does not exist | |
Command was: ALTER FUNCTION public.isclosed(geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 718; 1255 17027 FUNCTION isempty(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION isempty(geometry) RETURNS boolean | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWGEOM_isem... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.isempty(geometry) does not exist | |
Command was: ALTER FUNCTION public.isempty(geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 640; 1255 16949 FUNCTION isring(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION isring(geometry) RETURNS boolean | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'isring'; | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.isring(geometry) does not exist | |
Command was: ALTER FUNCTION public.isring(geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 644; 1255 16953 FUNCTION issimple(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION issimple(geometry) RETURNS boolean | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'issimple'; | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.issimple(geometry) does not exist | |
Command was: ALTER FUNCTION public.issimple(geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 636; 1255 16945 FUNCTION isvalid(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION isvalid(geometry) RETURNS boolean | |
LANGUAGE c IMMUTABLE STRICT COST 100 | |
AS '$libdir/postgis-1.5', 'is... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.isvalid(geometry) does not exist | |
Command was: ALTER FUNCTION public.isvalid(geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 342; 1255 16596 FUNCTION length(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION length(geometry) RETURNS double precision | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWG... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.length(geometry) does not exist | |
Command was: ALTER FUNCTION public.length(geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 340; 1255 16594 FUNCTION length2d(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION length2d(geometry) RETURNS double precision | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'L... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.length2d(geometry) does not exist | |
Command was: ALTER FUNCTION public.length2d(geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 348; 1255 16602 FUNCTION length2d_spheroid(geometry, spheroid) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION length2d_spheroid(geometry, spheroid) RETURNS double precision | |
LANGUAGE c IMMUTABLE STRICT COST 100 | |
... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.length2d_spheroid(geometry, spheroid) does not exist | |
Command was: ALTER FUNCTION public.length2d_spheroid(geometry, spheroid) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 338; 1255 16592 FUNCTION length3d(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION length3d(geometry) RETURNS double precision | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'L... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.length3d(geometry) does not exist | |
Command was: ALTER FUNCTION public.length3d(geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 344; 1255 16598 FUNCTION length3d_spheroid(geometry, spheroid) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION length3d_spheroid(geometry, spheroid) RETURNS double precision | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libd... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.length3d_spheroid(geometry, spheroid) does not exist | |
Command was: ALTER FUNCTION public.length3d_spheroid(geometry, spheroid) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 346; 1255 16600 FUNCTION length_spheroid(geometry, spheroid) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION length_spheroid(geometry, spheroid) RETURNS double precision | |
LANGUAGE c IMMUTABLE STRICT COST 100 | |
AS... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.length_spheroid(geometry, spheroid) does not exist | |
Command was: ALTER FUNCTION public.length_spheroid(geometry, spheroid) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 552; 1255 16846 FUNCTION line_interpolate_point(geometry, double precision) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION line_interpolate_point(geometry, double precision) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.line_interpolate_point(geometry, double precision) does not exist | |
Command was: ALTER FUNCTION public.line_interpolate_point(geometry, double precision) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 556; 1255 16850 FUNCTION line_locate_point(geometry, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION line_locate_point(geometry, geometry) RETURNS double precision | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libd... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.line_locate_point(geometry, geometry) does not exist | |
Command was: ALTER FUNCTION public.line_locate_point(geometry, geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 554; 1255 16848 FUNCTION line_substring(geometry, double precision, double precision) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION line_substring(geometry, double precision, double precision) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRIC... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.line_substring(geometry, double precision, double precision) does not exist | |
Command was: ALTER FUNCTION public.line_substring(geometry, double precision, double precision) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 433; 1255 16687 FUNCTION linefrommultipoint(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION linefrommultipoint(geometry) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', ... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.linefrommultipoint(geometry) does not exist | |
Command was: ALTER FUNCTION public.linefrommultipoint(geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 455; 1255 16709 FUNCTION linemerge(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION linemerge(geometry) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT COST 100 | |
AS '$libdir/postgis-1.5', ... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.linemerge(geometry) does not exist | |
Command was: ALTER FUNCTION public.linemerge(geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 558; 1255 16852 FUNCTION locate_between_measures(geometry, double precision, double precision) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION locate_between_measures(geometry, double precision, double precision) RETURNS geometry | |
LANGUAGE c IMMUTA... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.locate_between_measures(geometry, double precision, double precision) does not exist | |
Command was: ALTER FUNCTION public.locate_between_measures(geometry, double precision, double precision) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 851; 1255 17159 FUNCTION lockrow(text, text, text) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "lockrow" already exists with same argument types | |
Command was: CREATE FUNCTION lockrow(text, text, text) RETURNS integer | |
LANGUAGE sql STRICT | |
AS $_$ SELECT LockRow(current_schema()... | |
pg_restore: [archiver (db)] Error from TOC entry 850; 1255 17158 FUNCTION lockrow(text, text, text, text) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "lockrow" already exists with same argument types | |
Command was: CREATE FUNCTION lockrow(text, text, text, text) RETURNS integer | |
LANGUAGE sql STRICT | |
AS $_$ SELECT LockRow($1, $2, $3... | |
pg_restore: [archiver (db)] Error from TOC entry 852; 1255 17160 FUNCTION lockrow(text, text, text, timestamp without time zone) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "lockrow" already exists with same argument types | |
Command was: CREATE FUNCTION lockrow(text, text, text, timestamp without time zone) RETURNS integer | |
LANGUAGE sql STRICT | |
AS $_$ SE... | |
pg_restore: [archiver (db)] Error from TOC entry 849; 1255 17157 FUNCTION lockrow(text, text, text, text, timestamp without time zone) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "lockrow" already exists with same argument types | |
Command was: CREATE FUNCTION lockrow(text, text, text, text, timestamp without time zone) RETURNS integer | |
LANGUAGE plpgsql STRICT | |
... | |
pg_restore: [archiver (db)] Error from TOC entry 861; 1255 17167 FUNCTION longtransactionsenabled() postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "longtransactionsenabled" already exists with same argument types | |
Command was: CREATE FUNCTION longtransactionsenabled() RETURNS boolean | |
LANGUAGE plpgsql | |
AS $$ | |
DECLARE | |
rec RECORD; | |
BEGIN | |
FOR re... | |
pg_restore: [archiver (db)] Error from TOC entry 300; 1255 16533 FUNCTION lwgeom_gist_compress(internal) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION lwgeom_gist_compress(internal) RETURNS internal | |
LANGUAGE c | |
AS '$libdir/postgis-1.5', 'LWGEOM_gist_co... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.lwgeom_gist_compress(internal) does not exist | |
Command was: ALTER FUNCTION public.lwgeom_gist_compress(internal) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 299; 1255 16532 FUNCTION lwgeom_gist_consistent(internal, geometry, integer) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION lwgeom_gist_consistent(internal, geometry, integer) RETURNS boolean | |
LANGUAGE c | |
AS '$libdir/postgis-1... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.lwgeom_gist_consistent(internal, geometry, integer) does not exist | |
Command was: ALTER FUNCTION public.lwgeom_gist_consistent(internal, geometry, integer) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 305; 1255 16538 FUNCTION lwgeom_gist_decompress(internal) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION lwgeom_gist_decompress(internal) RETURNS internal | |
LANGUAGE c | |
AS '$libdir/postgis-1.5', 'LWGEOM_gist_... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.lwgeom_gist_decompress(internal) does not exist | |
Command was: ALTER FUNCTION public.lwgeom_gist_decompress(internal) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 301; 1255 16534 FUNCTION lwgeom_gist_penalty(internal, internal, internal) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION lwgeom_gist_penalty(internal, internal, internal) RETURNS internal | |
LANGUAGE c | |
AS '$libdir/postgis-1.... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.lwgeom_gist_penalty(internal, internal, internal) does not exist | |
Command was: ALTER FUNCTION public.lwgeom_gist_penalty(internal, internal, internal) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 302; 1255 16535 FUNCTION lwgeom_gist_picksplit(internal, internal) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION lwgeom_gist_picksplit(internal, internal) RETURNS internal | |
LANGUAGE c | |
AS '$libdir/postgis-1.5', 'LWG... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.lwgeom_gist_picksplit(internal, internal) does not exist | |
Command was: ALTER FUNCTION public.lwgeom_gist_picksplit(internal, internal) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 304; 1255 16537 FUNCTION lwgeom_gist_same(box2d, box2d, internal) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION lwgeom_gist_same(box2d, box2d, internal) RETURNS internal | |
LANGUAGE c | |
AS '$libdir/postgis-1.5', 'LWGE... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.lwgeom_gist_same(box2d, box2d, internal) does not exist | |
Command was: ALTER FUNCTION public.lwgeom_gist_same(box2d, box2d, internal) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 303; 1255 16536 FUNCTION lwgeom_gist_union(bytea, internal) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION lwgeom_gist_union(bytea, internal) RETURNS internal | |
LANGUAGE c | |
AS '$libdir/postgis-1.5', 'LWGEOM_gis... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.lwgeom_gist_union(bytea, internal) does not exist | |
Command was: ALTER FUNCTION public.lwgeom_gist_union(bytea, internal) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 710; 1255 17019 FUNCTION m(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION m(geometry) RETURNS double precision | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWGEOM_m... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.m(geometry) does not exist | |
Command was: ALTER FUNCTION public.m(geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 426; 1255 16680 FUNCTION makebox2d(geometry, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION makebox2d(geometry, geometry) RETURNS box2d | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'B... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.makebox2d(geometry, geometry) does not exist | |
Command was: ALTER FUNCTION public.makebox2d(geometry, geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 428; 1255 16682 FUNCTION makebox3d(geometry, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION makebox3d(geometry, geometry) RETURNS box3d | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'B... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.makebox3d(geometry, geometry) does not exist | |
Command was: ALTER FUNCTION public.makebox3d(geometry, geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 435; 1255 16689 FUNCTION makeline(geometry, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION makeline(geometry, geometry) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', ... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.makeline(geometry, geometry) does not exist | |
Command was: ALTER FUNCTION public.makeline(geometry, geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 430; 1255 16684 FUNCTION makeline_garray(geometry[]) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION makeline_garray(geometry[]) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', '... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.makeline_garray(geometry[]) does not exist | |
Command was: ALTER FUNCTION public.makeline_garray(geometry[]) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 418; 1255 16672 FUNCTION makepoint(double precision, double precision) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION makepoint(double precision, double precision) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libd... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.makepoint(double precision, double precision) does not exist | |
Command was: ALTER FUNCTION public.makepoint(double precision, double precision) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 420; 1255 16674 FUNCTION makepoint(double precision, double precision, double precision) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION makepoint(double precision, double precision, double precision) RETURNS geometry | |
LANGUAGE c IMMUTABLE ST... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.makepoint(double precision, double precision, double precision) does not exist | |
Command was: ALTER FUNCTION public.makepoint(double precision, double precision, double precision) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 422; 1255 16676 FUNCTION makepoint(double precision, double precision, double precision, double precision) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION makepoint(double precision, double precision, double precision, double precision) RETURNS geometry | |
LANGU... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.makepoint(double precision, double precision, double precision, double precision) does not exist | |
Command was: ALTER FUNCTION public.makepoint(double precision, double precision, double precision, double precision) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 424; 1255 16678 FUNCTION makepointm(double precision, double precision, double precision) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION makepointm(double precision, double precision, double precision) RETURNS geometry | |
LANGUAGE c IMMUTABLE S... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.makepointm(double precision, double precision, double precision) does not exist | |
Command was: ALTER FUNCTION public.makepointm(double precision, double precision, double precision) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 448; 1255 16702 FUNCTION makepolygon(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION makepolygon(geometry) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWGEOM... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.makepolygon(geometry) does not exist | |
Command was: ALTER FUNCTION public.makepolygon(geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 446; 1255 16700 FUNCTION makepolygon(geometry, geometry[]) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION makepolygon(geometry, geometry[]) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.makepolygon(geometry, geometry[]) does not exist | |
Command was: ALTER FUNCTION public.makepolygon(geometry, geometry[]) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 834; 1255 17143 FUNCTION max_distance(geometry, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION max_distance(geometry, geometry) RETURNS double precision | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/po... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.max_distance(geometry, geometry) does not exist | |
Command was: ALTER FUNCTION public.max_distance(geometry, geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 330; 1255 16584 FUNCTION mem_size(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION mem_size(geometry) RETURNS integer | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWGEOM_mem... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.mem_size(geometry) does not exist | |
Command was: ALTER FUNCTION public.mem_size(geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 383; 1255 16637 FUNCTION multi(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION multi(geometry) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWGEOM_force... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.multi(geometry) does not exist | |
Command was: ALTER FUNCTION public.multi(geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 401; 1255 16655 FUNCTION ndims(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION ndims(geometry) RETURNS smallint | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWGEOM_ndims... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.ndims(geometry) does not exist | |
Command was: ALTER FUNCTION public.ndims(geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 397; 1255 16651 FUNCTION noop(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION noop(geometry) RETURNS geometry | |
LANGUAGE c STRICT | |
AS '$libdir/postgis-1.5', 'LWGEOM_noop'; | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.noop(geometry) does not exist | |
Command was: ALTER FUNCTION public.noop(geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 334; 1255 16588 FUNCTION npoints(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION npoints(geometry) RETURNS integer | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWGEOM_npoi... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.npoints(geometry) does not exist | |
Command was: ALTER FUNCTION public.npoints(geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 336; 1255 16590 FUNCTION nrings(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION nrings(geometry) RETURNS integer | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWGEOM_nring... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.nrings(geometry) does not exist | |
Command was: ALTER FUNCTION public.nrings(geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 686; 1255 16995 FUNCTION numgeometries(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION numgeometries(geometry) RETURNS integer | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWGEO... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.numgeometries(geometry) does not exist | |
Command was: ALTER FUNCTION public.numgeometries(geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 696; 1255 17005 FUNCTION numinteriorring(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION numinteriorring(geometry) RETURNS integer | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWG... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.numinteriorring(geometry) does not exist | |
Command was: ALTER FUNCTION public.numinteriorring(geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 694; 1255 17003 FUNCTION numinteriorrings(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION numinteriorrings(geometry) RETURNS integer | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LW... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.numinteriorrings(geometry) does not exist | |
Command was: ALTER FUNCTION public.numinteriorrings(geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 684; 1255 16993 FUNCTION numpoints(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION numpoints(geometry) RETURNS integer | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWGEOM_nu... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.numpoints(geometry) does not exist | |
Command was: ALTER FUNCTION public.numpoints(geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 633; 1255 16942 FUNCTION overlaps(geometry, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION "overlaps"(geometry, geometry) RETURNS boolean | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5',... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.overlaps(geometry, geometry) does not exist | |
Command was: ALTER FUNCTION public."overlaps"(geometry, geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 354; 1255 16608 FUNCTION perimeter(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION perimeter(geometry) RETURNS double precision | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', '... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.perimeter(geometry) does not exist | |
Command was: ALTER FUNCTION public.perimeter(geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 352; 1255 16606 FUNCTION perimeter2d(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION perimeter2d(geometry) RETURNS double precision | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5',... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.perimeter2d(geometry) does not exist | |
Command was: ALTER FUNCTION public.perimeter2d(geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 350; 1255 16604 FUNCTION perimeter3d(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION perimeter3d(geometry) RETURNS double precision | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5',... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.perimeter3d(geometry) does not exist | |
Command was: ALTER FUNCTION public.perimeter3d(geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 596; 1255 16896 FUNCTION pgis_geometry_accum_finalfn(pgis_abs) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "pgis_geometry_accum_finalfn" already exists with same argument types | |
Command was: CREATE FUNCTION pgis_geometry_accum_finalfn(pgis_abs) RETURNS geometry[] | |
LANGUAGE c | |
AS '$libdir/postgis-1.5', 'pgis_... | |
pg_restore: [archiver (db)] Error from TOC entry 595; 1255 16895 FUNCTION pgis_geometry_accum_transfn(pgis_abs, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "pgis_geometry_accum_transfn" already exists with same argument types | |
Command was: CREATE FUNCTION pgis_geometry_accum_transfn(pgis_abs, geometry) RETURNS pgis_abs | |
LANGUAGE c | |
AS '$libdir/postgis-1.5'... | |
pg_restore: [archiver (db)] Error from TOC entry 598; 1255 16898 FUNCTION pgis_geometry_collect_finalfn(pgis_abs) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "pgis_geometry_collect_finalfn" already exists with same argument types | |
Command was: CREATE FUNCTION pgis_geometry_collect_finalfn(pgis_abs) RETURNS geometry | |
LANGUAGE c | |
AS '$libdir/postgis-1.5', 'pgis_... | |
pg_restore: [archiver (db)] Error from TOC entry 600; 1255 16900 FUNCTION pgis_geometry_makeline_finalfn(pgis_abs) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "pgis_geometry_makeline_finalfn" already exists with same argument types | |
Command was: CREATE FUNCTION pgis_geometry_makeline_finalfn(pgis_abs) RETURNS geometry | |
LANGUAGE c | |
AS '$libdir/postgis-1.5', 'pgis... | |
pg_restore: [archiver (db)] Error from TOC entry 599; 1255 16899 FUNCTION pgis_geometry_polygonize_finalfn(pgis_abs) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "pgis_geometry_polygonize_finalfn" already exists with same argument types | |
Command was: CREATE FUNCTION pgis_geometry_polygonize_finalfn(pgis_abs) RETURNS geometry | |
LANGUAGE c | |
AS '$libdir/postgis-1.5', 'pg... | |
pg_restore: [archiver (db)] Error from TOC entry 597; 1255 16897 FUNCTION pgis_geometry_union_finalfn(pgis_abs) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "pgis_geometry_union_finalfn" already exists with same argument types | |
Command was: CREATE FUNCTION pgis_geometry_union_finalfn(pgis_abs) RETURNS geometry | |
LANGUAGE c | |
AS '$libdir/postgis-1.5', 'pgis_ge... | |
pg_restore: [archiver (db)] Error from TOC entry 366; 1255 16620 FUNCTION point_inside_circle(geometry, double precision, double precision, double precision) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION point_inside_circle(geometry, double precision, double precision, double precision) RETURNS boolean | |
LANG... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.point_inside_circle(geometry, double precision, double precision, double precision) does not exist | |
Command was: ALTER FUNCTION public.point_inside_circle(geometry, double precision, double precision, double precision) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 702; 1255 17011 FUNCTION pointn(geometry, integer) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION pointn(geometry, integer) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LW... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.pointn(geometry, integer) does not exist | |
Command was: ALTER FUNCTION public.pointn(geometry, integer) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 642; 1255 16951 FUNCTION pointonsurface(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION pointonsurface(geometry) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'poi... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.pointonsurface(geometry) does not exist | |
Command was: ALTER FUNCTION public.pointonsurface(geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 452; 1255 16706 FUNCTION polygonize_garray(geometry[]) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION polygonize_garray(geometry[]) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT COST 100 | |
AS '$libdir/post... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.polygonize_garray(geometry[]) does not exist | |
Command was: ALTER FUNCTION public.polygonize_garray(geometry[]) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 307; 1255 16561 FUNCTION postgis_addbbox(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "postgis_addbbox" already exists with same argument types | |
Command was: CREATE FUNCTION postgis_addbbox(geometry) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LW... | |
pg_restore: [archiver (db)] Error from TOC entry 417; 1255 16671 FUNCTION postgis_cache_bbox() postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "postgis_cache_bbox" already exists with same argument types | |
Command was: CREATE FUNCTION postgis_cache_bbox() RETURNS trigger | |
LANGUAGE c | |
AS '$libdir/postgis-1.5', 'cache_bbox'; | |
pg_restore: [archiver (db)] Error from TOC entry 309; 1255 16563 FUNCTION postgis_dropbbox(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "postgis_dropbbox" already exists with same argument types | |
Command was: CREATE FUNCTION postgis_dropbbox(geometry) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'L... | |
pg_restore: [archiver (db)] Error from TOC entry 509; 1255 16787 FUNCTION postgis_full_version() postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "postgis_full_version" already exists with same argument types | |
Command was: CREATE FUNCTION postgis_full_version() RETURNS text | |
LANGUAGE plpgsql IMMUTABLE | |
AS $$ | |
DECLARE | |
libver text; | |
projver ... | |
pg_restore: [archiver (db)] Error from TOC entry 505; 1255 16783 FUNCTION postgis_geos_version() postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "postgis_geos_version" already exists with same argument types | |
Command was: CREATE FUNCTION postgis_geos_version() RETURNS text | |
LANGUAGE c IMMUTABLE | |
AS '$libdir/postgis-1.5', 'postgis_geos_ver... | |
pg_restore: [archiver (db)] Error from TOC entry 312; 1255 16566 FUNCTION postgis_getbbox(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "postgis_getbbox" already exists with same argument types | |
Command was: CREATE FUNCTION postgis_getbbox(geometry) RETURNS box2d | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWGEO... | |
pg_restore: [archiver (db)] Error from TOC entry 269; 1255 16490 FUNCTION postgis_gist_joinsel(internal, oid, internal, smallint) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION postgis_gist_joinsel(internal, oid, internal, smallint) RETURNS double precision | |
LANGUAGE c | |
AS '$lib... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.postgis_gist_joinsel(internal, oid, internal, smallint) does not exist | |
Command was: ALTER FUNCTION public.postgis_gist_joinsel(internal, oid, internal, smallint) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 268; 1255 16489 FUNCTION postgis_gist_sel(internal, oid, internal, integer) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION postgis_gist_sel(internal, oid, internal, integer) RETURNS double precision | |
LANGUAGE c | |
AS '$libdir/p... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.postgis_gist_sel(internal, oid, internal, integer) does not exist | |
Command was: ALTER FUNCTION public.postgis_gist_sel(internal, oid, internal, integer) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 314; 1255 16568 FUNCTION postgis_hasbbox(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "postgis_hasbbox" already exists with same argument types | |
Command was: CREATE FUNCTION postgis_hasbbox(geometry) RETURNS boolean | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWG... | |
pg_restore: [archiver (db)] Error from TOC entry 508; 1255 16786 FUNCTION postgis_lib_build_date() postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "postgis_lib_build_date" already exists with same argument types | |
Command was: CREATE FUNCTION postgis_lib_build_date() RETURNS text | |
LANGUAGE c IMMUTABLE | |
AS '$libdir/postgis-1.5', 'postgis_lib_bu... | |
pg_restore: [archiver (db)] Error from TOC entry 503; 1255 16780 FUNCTION postgis_lib_version() postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "postgis_lib_version" already exists with same argument types | |
Command was: CREATE FUNCTION postgis_lib_version() RETURNS text | |
LANGUAGE c IMMUTABLE | |
AS '$libdir/postgis-1.5', 'postgis_lib_versi... | |
pg_restore: [archiver (db)] Error from TOC entry 506; 1255 16784 FUNCTION postgis_libxml_version() postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "postgis_libxml_version" already exists with same argument types | |
Command was: CREATE FUNCTION postgis_libxml_version() RETURNS text | |
LANGUAGE c IMMUTABLE | |
AS '$libdir/postgis-1.5', 'postgis_libxml... | |
pg_restore: [archiver (db)] Error from TOC entry 398; 1255 16652 FUNCTION postgis_noop(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "postgis_noop" already exists with same argument types | |
Command was: CREATE FUNCTION postgis_noop(geometry) RETURNS geometry | |
LANGUAGE c STRICT | |
AS '$libdir/postgis-1.5', 'LWGEOM_noop'; | |
pg_restore: [archiver (db)] Error from TOC entry 501; 1255 16778 FUNCTION postgis_proj_version() postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "postgis_proj_version" already exists with same argument types | |
Command was: CREATE FUNCTION postgis_proj_version() RETURNS text | |
LANGUAGE c IMMUTABLE | |
AS '$libdir/postgis-1.5', 'postgis_proj_ver... | |
pg_restore: [archiver (db)] Error from TOC entry 507; 1255 16785 FUNCTION postgis_scripts_build_date() postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "postgis_scripts_build_date" already exists with same argument types | |
Command was: CREATE FUNCTION postgis_scripts_build_date() RETURNS text | |
LANGUAGE sql IMMUTABLE | |
AS $$SELECT '2011-03-02 22:35:26'::... | |
pg_restore: [archiver (db)] Error from TOC entry 502; 1255 16779 FUNCTION postgis_scripts_installed() postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "postgis_scripts_installed" already exists with same argument types | |
Command was: CREATE FUNCTION postgis_scripts_installed() RETURNS text | |
LANGUAGE sql IMMUTABLE | |
AS $$SELECT '1.5 r5976'::text AS ver... | |
pg_restore: [archiver (db)] Error from TOC entry 474; 1255 16781 FUNCTION postgis_scripts_released() postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "postgis_scripts_released" already exists with same argument types | |
Command was: CREATE FUNCTION postgis_scripts_released() RETURNS text | |
LANGUAGE c IMMUTABLE | |
AS '$libdir/postgis-1.5', 'postgis_scri... | |
pg_restore: [archiver (db)] Error from TOC entry 497; 1255 16774 FUNCTION postgis_transform_geometry(geometry, text, text, integer) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "postgis_transform_geometry" already exists with same argument types | |
Command was: CREATE FUNCTION postgis_transform_geometry(geometry, text, text, integer) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
... | |
pg_restore: [archiver (db)] Error from TOC entry 504; 1255 16782 FUNCTION postgis_uses_stats() postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION postgis_uses_stats() RETURNS boolean | |
LANGUAGE c IMMUTABLE | |
AS '$libdir/postgis-1.5', 'postgis_uses_st... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.postgis_uses_stats() does not exist | |
Command was: ALTER FUNCTION public.postgis_uses_stats() OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 2935; 0 0 COMMENT FUNCTION postgis_uses_stats() postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function postgis_uses_stats() does not exist | |
Command was: COMMENT ON FUNCTION postgis_uses_stats() IS 'Returns TRUE if STATS usage has been enabled.'; | |
pg_restore: [archiver (db)] Error from TOC entry 500; 1255 16777 FUNCTION postgis_version() postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "postgis_version" already exists with same argument types | |
Command was: CREATE FUNCTION postgis_version() RETURNS text | |
LANGUAGE c IMMUTABLE | |
AS '$libdir/postgis-1.5', 'postgis_version'; | |
pg_restore: [archiver (db)] Error from TOC entry 604; 1255 16913 FUNCTION relate(geometry, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION relate(geometry, geometry) RETURNS text | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'relat... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.relate(geometry, geometry) does not exist | |
Command was: ALTER FUNCTION public.relate(geometry, geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 606; 1255 16915 FUNCTION relate(geometry, geometry, text) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION relate(geometry, geometry, text) RETURNS boolean | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.relate(geometry, geometry, text) does not exist | |
Command was: ALTER FUNCTION public.relate(geometry, geometry, text) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 441; 1255 16695 FUNCTION removepoint(geometry, integer) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION removepoint(geometry, integer) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5'... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.removepoint(geometry, integer) does not exist | |
Command was: ALTER FUNCTION public.removepoint(geometry, integer) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 393; 1255 16647 FUNCTION reverse(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION reverse(geometry) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWGEOM_rev... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.reverse(geometry) does not exist | |
Command was: ALTER FUNCTION public.reverse(geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 868; 1255 17174 FUNCTION se_is3d(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION se_is3d(geometry) RETURNS boolean | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWGEOM_hasz... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.se_is3d(geometry) does not exist | |
Command was: ALTER FUNCTION public.se_is3d(geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 869; 1255 17175 FUNCTION se_ismeasured(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION se_ismeasured(geometry) RETURNS boolean | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWGEO... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.se_ismeasured(geometry) does not exist | |
Command was: ALTER FUNCTION public.se_ismeasured(geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 876; 1255 17182 FUNCTION se_locatebetween(geometry, double precision, double precision) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION se_locatebetween(geometry, double precision, double precision) RETURNS geometry | |
LANGUAGE c IMMUTABLE STR... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.se_locatebetween(geometry, double precision, double precision) does not exist | |
Command was: ALTER FUNCTION public.se_locatebetween(geometry, double precision, double precision) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 872; 1255 17178 FUNCTION se_m(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION se_m(geometry) RETURNS double precision | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWGEO... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.se_m(geometry) does not exist | |
Command was: ALTER FUNCTION public.se_m(geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 871; 1255 17177 FUNCTION se_z(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION se_z(geometry) RETURNS double precision | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWGEO... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.se_z(geometry) does not exist | |
Command was: ALTER FUNCTION public.se_z(geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 550; 1255 16844 FUNCTION segmentize(geometry, double precision) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION segmentize(geometry, double precision) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/post... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.segmentize(geometry, double precision) does not exist | |
Command was: ALTER FUNCTION public.segmentize(geometry, double precision) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 328; 1255 16582 FUNCTION setfactor(chip, real) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION setfactor(chip, real) RETURNS chip | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'CHIP_setFa... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.setfactor(chip, real) does not exist | |
Command was: ALTER FUNCTION public.setfactor(chip, real) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 443; 1255 16697 FUNCTION setpoint(geometry, integer, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION setpoint(geometry, integer, geometry) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postg... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.setpoint(geometry, integer, geometry) does not exist | |
Command was: ALTER FUNCTION public.setpoint(geometry, integer, geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 327; 1255 16581 FUNCTION setsrid(chip, integer) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION setsrid(chip, integer) RETURNS chip | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'CHIP_setS... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.setsrid(chip, integer) does not exist | |
Command was: ALTER FUNCTION public.setsrid(chip, integer) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 722; 1255 17031 FUNCTION setsrid(geometry, integer) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION setsrid(geometry, integer) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'L... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.setsrid(geometry, integer) does not exist | |
Command was: ALTER FUNCTION public.setsrid(geometry, integer) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 225; 1255 16425 FUNCTION shift_longitude(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION shift_longitude(geometry) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LW... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.shift_longitude(geometry) does not exist | |
Command was: ALTER FUNCTION public.shift_longitude(geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 540; 1255 16834 FUNCTION simplify(geometry, double precision) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION simplify(geometry, double precision) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgi... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.simplify(geometry, double precision) does not exist | |
Command was: ALTER FUNCTION public.simplify(geometry, double precision) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 542; 1255 16836 FUNCTION snaptogrid(geometry, double precision, double precision, double precision, double precision) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION snaptogrid(geometry, double precision, double precision, double precision, double precision) RETURNS geometr... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.snaptogrid(geometry, double precision, double precision, double precision, double precision) does not exist | |
Command was: ALTER FUNCTION public.snaptogrid(geometry, double precision, double precision, double precision, double precision) OWNER TO ... | |
pg_restore: [archiver (db)] Error from TOC entry 548; 1255 16842 FUNCTION snaptogrid(geometry, geometry, double precision, double precision, double precision, double precision) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION snaptogrid(geometry, geometry, double precision, double precision, double precision, double precision) RETUR... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.snaptogrid(geometry, geometry, double precision, double precision, double precision, double precision) does not exist | |
Command was: ALTER FUNCTION public.snaptogrid(geometry, geometry, double precision, double precision, double precision, double precision)... | |
pg_restore: [archiver (db)] Error from TOC entry 315; 1255 16569 FUNCTION srid(chip) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION srid(chip) RETURNS integer | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'CHIP_getSRID'; | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.srid(chip) does not exist | |
Command was: ALTER FUNCTION public.srid(chip) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 720; 1255 17029 FUNCTION srid(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION srid(geometry) RETURNS integer | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWGEOM_getSRID... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.srid(geometry) does not exist | |
Command was: ALTER FUNCTION public.srid(geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 562; 1255 16856 FUNCTION st_addmeasure(geometry, double precision, double precision) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_addmeasure" already exists with same argument types | |
Command was: CREATE FUNCTION st_addmeasure(geometry, double precision, double precision) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT... | |
pg_restore: [archiver (db)] Error from TOC entry 438; 1255 16692 FUNCTION st_addpoint(geometry, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_addpoint" already exists with same argument types | |
Command was: CREATE FUNCTION st_addpoint(geometry, geometry) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5... | |
pg_restore: [archiver (db)] Error from TOC entry 440; 1255 16694 FUNCTION st_addpoint(geometry, geometry, integer) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_addpoint" already exists with same argument types | |
Command was: CREATE FUNCTION st_addpoint(geometry, geometry, integer) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/po... | |
pg_restore: [archiver (db)] Error from TOC entry 206; 1255 16406 FUNCTION st_affine(geometry, double precision, double precision, double precision, double precision, double precision, double precision) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_affine" already exists with same argument types | |
Command was: CREATE FUNCTION st_affine(geometry, double precision, double precision, double precision, double precision, double precision... | |
pg_restore: [archiver (db)] Error from TOC entry 204; 1255 16404 FUNCTION st_affine(geometry, double precision, double precision, double precision, double precision, double precision, double precision, double precision, double precision, double precision, double precision, double precision, double precision) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_affine" already exists with same argument types | |
Command was: CREATE FUNCTION st_affine(geometry, double precision, double precision, double precision, double precision, double precision... | |
pg_restore: [archiver (db)] Error from TOC entry 359; 1255 16613 FUNCTION st_area(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_area" already exists with same argument types | |
Command was: CREATE FUNCTION st_area(geometry) RETURNS double precision | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LW... | |
pg_restore: [archiver (db)] Error from TOC entry 947; 1255 17292 FUNCTION st_area(text) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_area" already exists with same argument types | |
Command was: CREATE FUNCTION st_area(text) RETURNS double precision | |
LANGUAGE sql IMMUTABLE STRICT | |
AS $_$ SELECT ST_Area($1::geome... | |
pg_restore: [archiver (db)] Error from TOC entry 945; 1255 17290 FUNCTION st_area(geography, boolean) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_area" already exists with same argument types | |
Command was: CREATE FUNCTION st_area(geography, boolean) RETURNS double precision | |
LANGUAGE c IMMUTABLE STRICT COST 100 | |
AS '$libdi... | |
pg_restore: [archiver (db)] Error from TOC entry 357; 1255 16611 FUNCTION st_area2d(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_area2d" already exists with same argument types | |
Command was: CREATE FUNCTION st_area2d(geometry) RETURNS double precision | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', '... | |
pg_restore: [archiver (db)] Error from TOC entry 725; 1255 17034 FUNCTION st_asbinary(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_asbinary" already exists with same argument types | |
Command was: CREATE FUNCTION st_asbinary(geometry) RETURNS bytea | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWGEOM_as... | |
pg_restore: [archiver (db)] Error from TOC entry 889; 1255 17200 FUNCTION st_asbinary(geography) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_asbinary" already exists with same argument types | |
Command was: CREATE FUNCTION st_asbinary(geography) RETURNS bytea | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'geograph... | |
pg_restore: [archiver (db)] Error from TOC entry 727; 1255 17036 FUNCTION st_asbinary(geometry, text) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_asbinary" already exists with same argument types | |
Command was: CREATE FUNCTION st_asbinary(geometry, text) RETURNS bytea | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWG... | |
pg_restore: [archiver (db)] Error from TOC entry 406; 1255 16660 FUNCTION st_asewkb(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_asewkb" already exists with same argument types | |
Command was: CREATE FUNCTION st_asewkb(geometry) RETURNS bytea | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'WKBFromLWGE... | |
pg_restore: [archiver (db)] Error from TOC entry 412; 1255 16666 FUNCTION st_asewkb(geometry, text) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_asewkb" already exists with same argument types | |
Command was: CREATE FUNCTION st_asewkb(geometry, text) RETURNS bytea | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'WKBFr... | |
pg_restore: [archiver (db)] Error from TOC entry 404; 1255 16658 FUNCTION st_asewkt(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_asewkt" already exists with same argument types | |
Command was: CREATE FUNCTION st_asewkt(geometry) RETURNS text | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWGEOM_asEWK... | |
pg_restore: [archiver (db)] Error from TOC entry 931; 1255 17276 FUNCTION st_asgeojson(text) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_asgeojson" already exists with same argument types | |
Command was: CREATE FUNCTION st_asgeojson(text) RETURNS text | |
LANGUAGE sql IMMUTABLE STRICT | |
AS $_$ SELECT ST_AsGeoJson($1::geometr... | |
pg_restore: [archiver (db)] Error from TOC entry 680; 1255 16989 FUNCTION st_asgeojson(geometry, integer, integer) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_asgeojson" already exists with same argument types | |
Command was: CREATE FUNCTION st_asgeojson(geometry, integer, integer) RETURNS text | |
LANGUAGE sql IMMUTABLE STRICT | |
AS $_$SELECT _ST... | |
pg_restore: [archiver (db)] Error from TOC entry 934; 1255 17279 FUNCTION st_asgeojson(geography, integer, integer) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_asgeojson" already exists with same argument types | |
Command was: CREATE FUNCTION st_asgeojson(geography, integer, integer) RETURNS text | |
LANGUAGE sql IMMUTABLE STRICT | |
AS $_$SELECT _S... | |
pg_restore: [archiver (db)] Error from TOC entry 681; 1255 16990 FUNCTION st_asgeojson(integer, geometry, integer, integer) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_asgeojson" already exists with same argument types | |
Command was: CREATE FUNCTION st_asgeojson(integer, geometry, integer, integer) RETURNS text | |
LANGUAGE sql IMMUTABLE STRICT | |
AS $_$S... | |
pg_restore: [archiver (db)] Error from TOC entry 935; 1255 17280 FUNCTION st_asgeojson(integer, geography, integer, integer) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_asgeojson" already exists with same argument types | |
Command was: CREATE FUNCTION st_asgeojson(integer, geography, integer, integer) RETURNS text | |
LANGUAGE sql IMMUTABLE STRICT | |
AS $_$... | |
pg_restore: [archiver (db)] Error from TOC entry 917; 1255 17262 FUNCTION st_asgml(text) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_asgml" already exists with same argument types | |
Command was: CREATE FUNCTION st_asgml(text) RETURNS text | |
LANGUAGE sql IMMUTABLE STRICT | |
AS $_$ SELECT ST_AsGML($1::geometry); $_$... | |
pg_restore: [archiver (db)] Error from TOC entry 665; 1255 16974 FUNCTION st_asgml(geometry, integer, integer) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_asgml" already exists with same argument types | |
Command was: CREATE FUNCTION st_asgml(geometry, integer, integer) RETURNS text | |
LANGUAGE sql IMMUTABLE STRICT | |
AS $_$SELECT _ST_AsG... | |
pg_restore: [archiver (db)] Error from TOC entry 920; 1255 17265 FUNCTION st_asgml(geography, integer, integer) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_asgml" already exists with same argument types | |
Command was: CREATE FUNCTION st_asgml(geography, integer, integer) RETURNS text | |
LANGUAGE sql IMMUTABLE STRICT | |
AS $_$SELECT _ST_As... | |
pg_restore: [archiver (db)] Error from TOC entry 408; 1255 16662 FUNCTION st_ashexewkb(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_ashexewkb" already exists with same argument types | |
Command was: CREATE FUNCTION st_ashexewkb(geometry) RETURNS text | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWGEOM_as... | |
pg_restore: [archiver (db)] Error from TOC entry 410; 1255 16664 FUNCTION st_ashexewkb(geometry, text) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_ashexewkb" already exists with same argument types | |
Command was: CREATE FUNCTION st_ashexewkb(geometry, text) RETURNS text | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWG... | |
pg_restore: [archiver (db)] Error from TOC entry 925; 1255 17270 FUNCTION st_askml(text) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_askml" already exists with same argument types | |
Command was: CREATE FUNCTION st_askml(text) RETURNS text | |
LANGUAGE sql IMMUTABLE STRICT | |
AS $_$ SELECT ST_AsKML($1::geometry); $_$... | |
pg_restore: [archiver (db)] Error from TOC entry 669; 1255 16978 FUNCTION st_askml(geometry, integer) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_askml" already exists with same argument types | |
Command was: CREATE FUNCTION st_askml(geometry, integer) RETURNS text | |
LANGUAGE sql IMMUTABLE STRICT | |
AS $_$SELECT _ST_AsKML(2, ST_... | |
pg_restore: [archiver (db)] Error from TOC entry 923; 1255 17268 FUNCTION st_askml(geography, integer) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_askml" already exists with same argument types | |
Command was: CREATE FUNCTION st_askml(geography, integer) RETURNS text | |
LANGUAGE sql IMMUTABLE STRICT | |
AS $_$SELECT _ST_AsKML(2, $1... | |
pg_restore: [archiver (db)] Error from TOC entry 657; 1255 16966 FUNCTION st_assvg(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION st_assvg(geometry) RETURNS text | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'assvg_geometr... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.st_assvg(geometry) does not exist | |
Command was: ALTER FUNCTION public.st_assvg(geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 2984; 0 0 COMMENT FUNCTION st_assvg(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function st_assvg(geometry) does not exist | |
Command was: COMMENT ON FUNCTION st_assvg(geometry) IS 'args: g1 - Returns a Geometry in SVG path data given a geometry or geography obje... | |
pg_restore: [archiver (db)] Error from TOC entry 912; 1255 17257 FUNCTION st_assvg(geography) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION st_assvg(geography) RETURNS text | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'geography_as... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.st_assvg(geography) does not exist | |
Command was: ALTER FUNCTION public.st_assvg(geography) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 2985; 0 0 COMMENT FUNCTION st_assvg(geography) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function st_assvg(geography) does not exist | |
Command was: COMMENT ON FUNCTION st_assvg(geography) IS 'args: g1 - Returns a Geometry in SVG path data given a geometry or geography obj... | |
pg_restore: [archiver (db)] Error from TOC entry 913; 1255 17258 FUNCTION st_assvg(text) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_assvg" already exists with same argument types | |
Command was: CREATE FUNCTION st_assvg(text) RETURNS text | |
LANGUAGE sql IMMUTABLE STRICT | |
AS $_$ SELECT ST_AsSVG($1::geometry); $_$... | |
pg_restore: [archiver (db)] Error from TOC entry 655; 1255 16964 FUNCTION st_assvg(geometry, integer) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION st_assvg(geometry, integer) RETURNS text | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'assv... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.st_assvg(geometry, integer) does not exist | |
Command was: ALTER FUNCTION public.st_assvg(geometry, integer) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 2986; 0 0 COMMENT FUNCTION st_assvg(geometry, integer) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function st_assvg(geometry, integer) does not exist | |
Command was: COMMENT ON FUNCTION st_assvg(geometry, integer) IS 'args: g1, rel - Returns a Geometry in SVG path data given a geometry or ... | |
pg_restore: [archiver (db)] Error from TOC entry 911; 1255 17256 FUNCTION st_assvg(geography, integer) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION st_assvg(geography, integer) RETURNS text | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'geo... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.st_assvg(geography, integer) does not exist | |
Command was: ALTER FUNCTION public.st_assvg(geography, integer) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 2987; 0 0 COMMENT FUNCTION st_assvg(geography, integer) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function st_assvg(geography, integer) does not exist | |
Command was: COMMENT ON FUNCTION st_assvg(geography, integer) IS 'args: g1, rel - Returns a Geometry in SVG path data given a geometry or... | |
pg_restore: [archiver (db)] Error from TOC entry 653; 1255 16962 FUNCTION st_assvg(geometry, integer, integer) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_assvg" already exists with same argument types | |
Command was: CREATE FUNCTION st_assvg(geometry, integer, integer) RETURNS text | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.... | |
pg_restore: [archiver (db)] Error from TOC entry 910; 1255 17255 FUNCTION st_assvg(geography, integer, integer) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_assvg" already exists with same argument types | |
Command was: CREATE FUNCTION st_assvg(geography, integer, integer) RETURNS text | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1... | |
pg_restore: [archiver (db)] Error from TOC entry 729; 1255 17038 FUNCTION st_astext(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_astext" already exists with same argument types | |
Command was: CREATE FUNCTION st_astext(geometry) RETURNS text | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWGEOM_asTex... | |
pg_restore: [archiver (db)] Error from TOC entry 885; 1255 17196 FUNCTION st_astext(geography) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_astext" already exists with same argument types | |
Command was: CREATE FUNCTION st_astext(geography) RETURNS text | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'geography_a... | |
pg_restore: [archiver (db)] Error from TOC entry 886; 1255 17197 FUNCTION st_astext(text) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_astext" already exists with same argument types | |
Command was: CREATE FUNCTION st_astext(text) RETURNS text | |
LANGUAGE sql IMMUTABLE STRICT | |
AS $_$ SELECT ST_AsText($1::geometry); $... | |
pg_restore: [archiver (db)] Error from TOC entry 369; 1255 16623 FUNCTION st_azimuth(geometry, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_azimuth" already exists with same argument types | |
Command was: CREATE FUNCTION st_azimuth(geometry, geometry) RETURNS double precision | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/post... | |
pg_restore: [archiver (db)] Error from TOC entry 847; 1255 17155 FUNCTION st_bdmpolyfromtext(text, integer) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_bdmpolyfromtext" already exists with same argument types | |
Command was: CREATE FUNCTION st_bdmpolyfromtext(text, integer) RETURNS geometry | |
LANGUAGE plpgsql IMMUTABLE STRICT | |
AS $_$ | |
DECLARE | |
... | |
pg_restore: [archiver (db)] Error from TOC entry 845; 1255 17153 FUNCTION st_bdpolyfromtext(text, integer) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_bdpolyfromtext" already exists with same argument types | |
Command was: CREATE FUNCTION st_bdpolyfromtext(text, integer) RETURNS geometry | |
LANGUAGE plpgsql IMMUTABLE STRICT | |
AS $_$ | |
DECLARE | |
... | |
pg_restore: [archiver (db)] Error from TOC entry 583; 1255 16877 FUNCTION st_boundary(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_boundary" already exists with same argument types | |
Command was: CREATE FUNCTION st_boundary(geometry) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'bounda... | |
pg_restore: [archiver (db)] Error from TOC entry 512; 1255 16790 FUNCTION st_box(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION st_box(geometry) RETURNS box | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWGEOM_to_BOX'; | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.st_box(geometry) does not exist | |
Command was: ALTER FUNCTION public.st_box(geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 515; 1255 16793 FUNCTION st_box(box3d) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION st_box(box3d) RETURNS box | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'BOX3D_to_BOX'; | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.st_box(box3d) does not exist | |
Command was: ALTER FUNCTION public.st_box(box3d) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 510; 1255 16788 FUNCTION st_box2d(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION st_box2d(geometry) RETURNS box2d | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWGEOM_to_BO... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.st_box2d(geometry) does not exist | |
Command was: ALTER FUNCTION public.st_box2d(geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 513; 1255 16791 FUNCTION st_box2d(box3d) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION st_box2d(box3d) RETURNS box2d | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'BOX3D_to_BOX2DF... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.st_box2d(box3d) does not exist | |
Command was: ALTER FUNCTION public.st_box2d(box3d) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 524; 1255 16802 FUNCTION st_box2d(box3d_extent) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION st_box2d(box3d_extent) RETURNS box2d | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'BOX3D_to... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.st_box2d(box3d_extent) does not exist | |
Command was: ALTER FUNCTION public.st_box2d(box3d_extent) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 252; 1255 16459 FUNCTION st_box2d_in(cstring) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION st_box2d_in(cstring) RETURNS box2d | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'BOX2DFLOAT... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.st_box2d_in(cstring) does not exist | |
Command was: ALTER FUNCTION public.st_box2d_in(cstring) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 253; 1255 16460 FUNCTION st_box2d_out(box2d) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION st_box2d_out(box2d) RETURNS cstring | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'BOX2DFLOA... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.st_box2d_out(box2d) does not exist | |
Command was: ALTER FUNCTION public.st_box2d_out(box2d) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 511; 1255 16789 FUNCTION st_box3d(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION st_box3d(geometry) RETURNS box3d | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWGEOM_to_BO... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.st_box3d(geometry) does not exist | |
Command was: ALTER FUNCTION public.st_box3d(geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 514; 1255 16792 FUNCTION st_box3d(box2d) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION st_box3d(box2d) RETURNS box3d | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'BOX2DFLOAT4_to_... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.st_box3d(box2d) does not exist | |
Command was: ALTER FUNCTION public.st_box3d(box2d) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 523; 1255 16801 FUNCTION st_box3d_extent(box3d_extent) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION st_box3d_extent(box3d_extent) RETURNS box3d | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'B... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.st_box3d_extent(box3d_extent) does not exist | |
Command was: ALTER FUNCTION public.st_box3d_extent(box3d_extent) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 227; 1255 16428 FUNCTION st_box3d_in(cstring) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION st_box3d_in(cstring) RETURNS box3d | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'BOX3D_in'; | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.st_box3d_in(cstring) does not exist | |
Command was: ALTER FUNCTION public.st_box3d_in(cstring) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 228; 1255 16429 FUNCTION st_box3d_out(box3d) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION st_box3d_out(box3d) RETURNS cstring | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'BOX3D_out... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.st_box3d_out(box3d) does not exist | |
Command was: ALTER FUNCTION public.st_box3d_out(box3d) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 566; 1255 16860 FUNCTION st_buffer(geometry, double precision) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_buffer" already exists with same argument types | |
Command was: CREATE FUNCTION st_buffer(geometry, double precision) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT COST 100 | |
AS '$lib... | |
pg_restore: [archiver (db)] Error from TOC entry 961; 1255 17306 FUNCTION st_buffer(geography, double precision) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_buffer" already exists with same argument types | |
Command was: CREATE FUNCTION st_buffer(geography, double precision) RETURNS geography | |
LANGUAGE sql IMMUTABLE STRICT | |
AS $_$SELECT ... | |
pg_restore: [archiver (db)] Error from TOC entry 962; 1255 17307 FUNCTION st_buffer(text, double precision) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_buffer" already exists with same argument types | |
Command was: CREATE FUNCTION st_buffer(text, double precision) RETURNS geometry | |
LANGUAGE sql IMMUTABLE STRICT | |
AS $_$ SELECT ST_Bu... | |
pg_restore: [archiver (db)] Error from TOC entry 568; 1255 16862 FUNCTION st_buffer(geometry, double precision, integer) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_buffer" already exists with same argument types | |
Command was: CREATE FUNCTION st_buffer(geometry, double precision, integer) RETURNS geometry | |
LANGUAGE sql IMMUTABLE STRICT | |
AS $_$... | |
pg_restore: [archiver (db)] Error from TOC entry 569; 1255 16863 FUNCTION st_buffer(geometry, double precision, text) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_buffer" already exists with same argument types | |
Command was: CREATE FUNCTION st_buffer(geometry, double precision, text) RETURNS geometry | |
LANGUAGE sql IMMUTABLE STRICT | |
AS $_$ SE... | |
pg_restore: [archiver (db)] Error from TOC entry 451; 1255 16705 FUNCTION st_buildarea(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_buildarea" already exists with same argument types | |
Command was: CREATE FUNCTION st_buildarea(geometry) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT COST 100 | |
AS '$libdir/postgis-1.5... | |
pg_restore: [archiver (db)] Error from TOC entry 522; 1255 16800 FUNCTION st_bytea(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION st_bytea(geometry) RETURNS bytea | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWGEOM_to_by... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.st_bytea(geometry) does not exist | |
Command was: ALTER FUNCTION public.st_bytea(geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 639; 1255 16948 FUNCTION st_centroid(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_centroid" already exists with same argument types | |
Command was: CREATE FUNCTION st_centroid(geometry) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'centro... | |
pg_restore: [archiver (db)] Error from TOC entry 250; 1255 16456 FUNCTION st_chip_in(cstring) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION st_chip_in(cstring) RETURNS chip | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'CHIP_in'; | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.st_chip_in(cstring) does not exist | |
Command was: ALTER FUNCTION public.st_chip_in(cstring) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 251; 1255 16457 FUNCTION st_chip_out(chip) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION st_chip_out(chip) RETURNS cstring | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'CHIP_out'; | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.st_chip_out(chip) does not exist | |
Command was: ALTER FUNCTION public.st_chip_out(chip) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 837; 1255 17146 FUNCTION st_closestpoint(geometry, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_closestpoint" already exists with same argument types | |
Command was: CREATE FUNCTION st_closestpoint(geometry, geometry) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis... | |
pg_restore: [archiver (db)] Error from TOC entry 592; 1255 16888 FUNCTION st_collect(geometry[]) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_collect" already exists with same argument types | |
Command was: CREATE FUNCTION st_collect(geometry[]) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWGEO... | |
pg_restore: [archiver (db)] Error from TOC entry 591; 1255 16885 FUNCTION st_collect(geometry, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_collect" already exists with same argument types | |
Command was: CREATE FUNCTION st_collect(geometry, geometry) RETURNS geometry | |
LANGUAGE c IMMUTABLE | |
AS '$libdir/postgis-1.5', 'LWGE... | |
pg_restore: [archiver (db)] Error from TOC entry 382; 1255 16636 FUNCTION st_collectionextract(geometry, integer) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_collectionextract" already exists with same argument types | |
Command was: CREATE FUNCTION st_collectionextract(geometry, integer) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/pos... | |
pg_restore: [archiver (db)] Error from TOC entry 464; 1255 16721 FUNCTION st_combine_bbox(box2d, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_combine_bbox" already exists with same argument types | |
Command was: CREATE FUNCTION st_combine_bbox(box2d, geometry) RETURNS box2d | |
LANGUAGE c IMMUTABLE | |
AS '$libdir/postgis-1.5', 'BOX2D... | |
pg_restore: [archiver (db)] Error from TOC entry 466; 1255 16723 FUNCTION st_combine_bbox(box3d_extent, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION st_combine_bbox(box3d_extent, geometry) RETURNS box3d_extent | |
LANGUAGE c IMMUTABLE | |
AS '$libdir/postgi... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.st_combine_bbox(box3d_extent, geometry) does not exist | |
Command was: ALTER FUNCTION public.st_combine_bbox(box3d_extent, geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 468; 1255 16727 FUNCTION st_combine_bbox(box3d, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_combine_bbox" already exists with same argument types | |
Command was: CREATE FUNCTION st_combine_bbox(box3d, geometry) RETURNS box3d | |
LANGUAGE c IMMUTABLE | |
AS '$libdir/postgis-1.5', 'BOX3D... | |
pg_restore: [archiver (db)] Error from TOC entry 326; 1255 16580 FUNCTION st_compression(chip) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION st_compression(chip) RETURNS integer | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'CHIP_get... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.st_compression(chip) does not exist | |
Command was: ALTER FUNCTION public.st_compression(chip) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 626; 1255 16935 FUNCTION st_contains(geometry, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_contains" already exists with same argument types | |
Command was: CREATE FUNCTION st_contains(geometry, geometry) RETURNS boolean | |
LANGUAGE sql IMMUTABLE | |
AS $_$SELECT $1 && $2 AND _ST... | |
pg_restore: [archiver (db)] Error from TOC entry 632; 1255 16941 FUNCTION st_containsproperly(geometry, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_containsproperly" already exists with same argument types | |
Command was: CREATE FUNCTION st_containsproperly(geometry, geometry) RETURNS boolean | |
LANGUAGE sql IMMUTABLE | |
AS $_$SELECT $1 && $2... | |
pg_restore: [archiver (db)] Error from TOC entry 572; 1255 16866 FUNCTION st_convexhull(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_convexhull" already exists with same argument types | |
Command was: CREATE FUNCTION st_convexhull(geometry) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT COST 100 | |
AS '$libdir/postgis-1.... | |
pg_restore: [archiver (db)] Error from TOC entry 865; 1255 17171 FUNCTION st_coorddim(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_coorddim" already exists with same argument types | |
Command was: CREATE FUNCTION st_coorddim(geometry) RETURNS smallint | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWGEOM... | |
pg_restore: [archiver (db)] Error from TOC entry 628; 1255 16937 FUNCTION st_coveredby(geometry, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_coveredby" already exists with same argument types | |
Command was: CREATE FUNCTION st_coveredby(geometry, geometry) RETURNS boolean | |
LANGUAGE sql IMMUTABLE | |
AS $_$SELECT $1 && $2 AND _S... | |
pg_restore: [archiver (db)] Error from TOC entry 955; 1255 17300 FUNCTION st_coveredby(geography, geography) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_coveredby" already exists with same argument types | |
Command was: CREATE FUNCTION st_coveredby(geography, geography) RETURNS boolean | |
LANGUAGE sql IMMUTABLE | |
AS $_$SELECT $1 && $2 AND ... | |
pg_restore: [archiver (db)] Error from TOC entry 956; 1255 17301 FUNCTION st_coveredby(text, text) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_coveredby" already exists with same argument types | |
Command was: CREATE FUNCTION st_coveredby(text, text) RETURNS boolean | |
LANGUAGE sql IMMUTABLE | |
AS $_$ SELECT ST_CoveredBy($1::geome... | |
pg_restore: [archiver (db)] Error from TOC entry 630; 1255 16939 FUNCTION st_covers(geometry, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_covers" already exists with same argument types | |
Command was: CREATE FUNCTION st_covers(geometry, geometry) RETURNS boolean | |
LANGUAGE sql IMMUTABLE | |
AS $_$SELECT $1 && $2 AND _ST_C... | |
pg_restore: [archiver (db)] Error from TOC entry 953; 1255 17298 FUNCTION st_covers(geography, geography) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_covers" already exists with same argument types | |
Command was: CREATE FUNCTION st_covers(geography, geography) RETURNS boolean | |
LANGUAGE sql IMMUTABLE STRICT | |
AS $_$SELECT $1 && $2 ... | |
pg_restore: [archiver (db)] Error from TOC entry 954; 1255 17299 FUNCTION st_covers(text, text) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_covers" already exists with same argument types | |
Command was: CREATE FUNCTION st_covers(text, text) RETURNS boolean | |
LANGUAGE sql IMMUTABLE | |
AS $_$ SELECT ST_Covers($1::geometry, $... | |
pg_restore: [archiver (db)] Error from TOC entry 620; 1255 16929 FUNCTION st_crosses(geometry, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_crosses" already exists with same argument types | |
Command was: CREATE FUNCTION st_crosses(geometry, geometry) RETURNS boolean | |
LANGUAGE sql IMMUTABLE | |
AS $_$SELECT $1 && $2 AND _ST_... | |
pg_restore: [archiver (db)] Error from TOC entry 966; 1255 17311 FUNCTION st_curvetoline(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_curvetoline" already exists with same argument types | |
Command was: CREATE FUNCTION st_curvetoline(geometry) RETURNS geometry | |
LANGUAGE sql IMMUTABLE STRICT | |
AS $_$SELECT ST_CurveToLine(... | |
pg_restore: [archiver (db)] Error from TOC entry 965; 1255 17310 FUNCTION st_curvetoline(geometry, integer) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_curvetoline" already exists with same argument types | |
Command was: CREATE FUNCTION st_curvetoline(geometry, integer) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1... | |
pg_restore: [archiver (db)] Error from TOC entry 324; 1255 16578 FUNCTION st_datatype(chip) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION st_datatype(chip) RETURNS integer | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'CHIP_getDat... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.st_datatype(chip) does not exist | |
Command was: ALTER FUNCTION public.st_datatype(chip) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 843; 1255 17151 FUNCTION st_dfullywithin(geometry, geometry, double precision) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_dfullywithin" already exists with same argument types | |
Command was: CREATE FUNCTION st_dfullywithin(geometry, geometry, double precision) RETURNS boolean | |
LANGUAGE sql IMMUTABLE | |
AS $_$S... | |
pg_restore: [archiver (db)] Error from TOC entry 581; 1255 16875 FUNCTION st_difference(geometry, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_difference" already exists with same argument types | |
Command was: CREATE FUNCTION st_difference(geometry, geometry) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1... | |
pg_restore: [archiver (db)] Error from TOC entry 691; 1255 17000 FUNCTION st_dimension(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_dimension" already exists with same argument types | |
Command was: CREATE FUNCTION st_dimension(geometry) RETURNS integer | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWGEOM... | |
pg_restore: [archiver (db)] Error from TOC entry 609; 1255 16918 FUNCTION st_disjoint(geometry, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_disjoint" already exists with same argument types | |
Command was: CREATE FUNCTION st_disjoint(geometry, geometry) RETURNS boolean | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5'... | |
pg_restore: [archiver (db)] Error from TOC entry 365; 1255 16619 FUNCTION st_distance(geometry, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_distance" already exists with same argument types | |
Command was: CREATE FUNCTION st_distance(geometry, geometry) RETURNS double precision | |
LANGUAGE c IMMUTABLE STRICT COST 100 | |
AS '$l... | |
pg_restore: [archiver (db)] Error from TOC entry 939; 1255 17284 FUNCTION st_distance(geography, geography) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_distance" already exists with same argument types | |
Command was: CREATE FUNCTION st_distance(geography, geography) RETURNS double precision | |
LANGUAGE sql IMMUTABLE STRICT | |
AS $_$SELEC... | |
pg_restore: [archiver (db)] Error from TOC entry 940; 1255 17285 FUNCTION st_distance(text, text) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_distance" already exists with same argument types | |
Command was: CREATE FUNCTION st_distance(text, text) RETURNS double precision | |
LANGUAGE sql IMMUTABLE STRICT | |
AS $_$ SELECT ST_Dist... | |
pg_restore: [archiver (db)] Error from TOC entry 938; 1255 17283 FUNCTION st_distance(geography, geography, boolean) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_distance" already exists with same argument types | |
Command was: CREATE FUNCTION st_distance(geography, geography, boolean) RETURNS double precision | |
LANGUAGE sql IMMUTABLE STRICT | |
AS... | |
pg_restore: [archiver (db)] Error from TOC entry 363; 1255 16617 FUNCTION st_distance_sphere(geometry, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_distance_sphere" already exists with same argument types | |
Command was: CREATE FUNCTION st_distance_sphere(geometry, geometry) RETURNS double precision | |
LANGUAGE c IMMUTABLE STRICT COST 100 | |
... | |
pg_restore: [archiver (db)] Error from TOC entry 361; 1255 16615 FUNCTION st_distance_spheroid(geometry, geometry, spheroid) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_distance_spheroid" already exists with same argument types | |
Command was: CREATE FUNCTION st_distance_spheroid(geometry, geometry, spheroid) RETURNS double precision | |
LANGUAGE c IMMUTABLE STRICT ... | |
pg_restore: [archiver (db)] Error from TOC entry 458; 1255 16715 FUNCTION st_dump(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_dump" already exists with same argument types | |
Command was: CREATE FUNCTION st_dump(geometry) RETURNS SETOF geometry_dump | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', ... | |
pg_restore: [archiver (db)] Error from TOC entry 462; 1255 16719 FUNCTION st_dumppoints(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_dumppoints" already exists with same argument types | |
Command was: CREATE FUNCTION st_dumppoints(geometry) RETURNS SETOF geometry_dump | |
LANGUAGE sql | |
AS $_$ | |
SELECT * FROM _ST_DumpPoin... | |
pg_restore: [archiver (db)] Error from TOC entry 460; 1255 16717 FUNCTION st_dumprings(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_dumprings" already exists with same argument types | |
Command was: CREATE FUNCTION st_dumprings(geometry) RETURNS SETOF geometry_dump | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1... | |
pg_restore: [archiver (db)] Error from TOC entry 614; 1255 16923 FUNCTION st_dwithin(geometry, geometry, double precision) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_dwithin" already exists with same argument types | |
Command was: CREATE FUNCTION st_dwithin(geometry, geometry, double precision) RETURNS boolean | |
LANGUAGE sql IMMUTABLE | |
AS $_$SELECT... | |
pg_restore: [archiver (db)] Error from TOC entry 943; 1255 17288 FUNCTION st_dwithin(geography, geography, double precision) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_dwithin" already exists with same argument types | |
Command was: CREATE FUNCTION st_dwithin(geography, geography, double precision) RETURNS boolean | |
LANGUAGE sql IMMUTABLE | |
AS $_$SELE... | |
pg_restore: [archiver (db)] Error from TOC entry 944; 1255 17289 FUNCTION st_dwithin(text, text, double precision) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_dwithin" already exists with same argument types | |
Command was: CREATE FUNCTION st_dwithin(text, text, double precision) RETURNS boolean | |
LANGUAGE sql IMMUTABLE | |
AS $_$ SELECT ST_DWi... | |
pg_restore: [archiver (db)] Error from TOC entry 942; 1255 17287 FUNCTION st_dwithin(geography, geography, double precision, boolean) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_dwithin" already exists with same argument types | |
Command was: CREATE FUNCTION st_dwithin(geography, geography, double precision, boolean) RETURNS boolean | |
LANGUAGE sql IMMUTABLE | |
A... | |
pg_restore: [archiver (db)] Error from TOC entry 715; 1255 17024 FUNCTION st_endpoint(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_endpoint" already exists with same argument types | |
Command was: CREATE FUNCTION st_endpoint(geometry) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWGEOM... | |
pg_restore: [archiver (db)] Error from TOC entry 392; 1255 16646 FUNCTION st_envelope(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_envelope" already exists with same argument types | |
Command was: CREATE FUNCTION st_envelope(geometry) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWGEOM... | |
pg_restore: [archiver (db)] Error from TOC entry 648; 1255 16957 FUNCTION st_equals(geometry, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_equals" already exists with same argument types | |
Command was: CREATE FUNCTION st_equals(geometry, geometry) RETURNS boolean | |
LANGUAGE sql IMMUTABLE | |
AS $_$SELECT $1 && $2 AND _ST_E... | |
pg_restore: [archiver (db)] Error from TOC entry 472; 1255 16733 FUNCTION st_estimated_extent(text, text) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_estimated_extent" already exists with same argument types | |
Command was: CREATE FUNCTION st_estimated_extent(text, text) RETURNS box2d | |
LANGUAGE c IMMUTABLE STRICT SECURITY DEFINER | |
AS '$libd... | |
pg_restore: [archiver (db)] Error from TOC entry 470; 1255 16731 FUNCTION st_estimated_extent(text, text, text) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_estimated_extent" already exists with same argument types | |
Command was: CREATE FUNCTION st_estimated_extent(text, text, text) RETURNS box2d | |
LANGUAGE c IMMUTABLE STRICT SECURITY DEFINER | |
AS ... | |
pg_restore: [archiver (db)] Error from TOC entry 386; 1255 16640 FUNCTION st_expand(box3d, double precision) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_expand" already exists with same argument types | |
Command was: CREATE FUNCTION st_expand(box3d, double precision) RETURNS box3d | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5... | |
pg_restore: [archiver (db)] Error from TOC entry 388; 1255 16642 FUNCTION st_expand(box2d, double precision) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_expand" already exists with same argument types | |
Command was: CREATE FUNCTION st_expand(box2d, double precision) RETURNS box2d | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5... | |
pg_restore: [archiver (db)] Error from TOC entry 390; 1255 16644 FUNCTION st_expand(geometry, double precision) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_expand" already exists with same argument types | |
Command was: CREATE FUNCTION st_expand(geometry, double precision) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postg... | |
pg_restore: [archiver (db)] Error from TOC entry 693; 1255 17002 FUNCTION st_exteriorring(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_exteriorring" already exists with same argument types | |
Command was: CREATE FUNCTION st_exteriorring(geometry) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LW... | |
pg_restore: [archiver (db)] Error from TOC entry 320; 1255 16574 FUNCTION st_factor(chip) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION st_factor(chip) RETURNS real | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'CHIP_getFactor'; | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.st_factor(chip) does not exist | |
Command was: ALTER FUNCTION public.st_factor(chip) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 477; 1255 16737 FUNCTION st_find_extent(text, text) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_find_extent" already exists with same argument types | |
Command was: CREATE FUNCTION st_find_extent(text, text) RETURNS box2d | |
LANGUAGE plpgsql IMMUTABLE STRICT | |
AS $_$ | |
DECLARE | |
tablename... | |
pg_restore: [archiver (db)] Error from TOC entry 475; 1255 16735 FUNCTION st_find_extent(text, text, text) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_find_extent" already exists with same argument types | |
Command was: CREATE FUNCTION st_find_extent(text, text, text) RETURNS box2d | |
LANGUAGE plpgsql IMMUTABLE STRICT | |
AS $_$ | |
DECLARE | |
sch... | |
pg_restore: [archiver (db)] Error from TOC entry 371; 1255 16625 FUNCTION st_force_2d(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_force_2d" already exists with same argument types | |
Command was: CREATE FUNCTION st_force_2d(geometry) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWGEOM... | |
pg_restore: [archiver (db)] Error from TOC entry 375; 1255 16629 FUNCTION st_force_3d(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_force_3d" already exists with same argument types | |
Command was: CREATE FUNCTION st_force_3d(geometry) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWGEOM... | |
pg_restore: [archiver (db)] Error from TOC entry 377; 1255 16631 FUNCTION st_force_3dm(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_force_3dm" already exists with same argument types | |
Command was: CREATE FUNCTION st_force_3dm(geometry) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWGEO... | |
pg_restore: [archiver (db)] Error from TOC entry 373; 1255 16627 FUNCTION st_force_3dz(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_force_3dz" already exists with same argument types | |
Command was: CREATE FUNCTION st_force_3dz(geometry) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWGEO... | |
pg_restore: [archiver (db)] Error from TOC entry 379; 1255 16633 FUNCTION st_force_4d(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_force_4d" already exists with same argument types | |
Command was: CREATE FUNCTION st_force_4d(geometry) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWGEOM... | |
pg_restore: [archiver (db)] Error from TOC entry 381; 1255 16635 FUNCTION st_force_collection(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_force_collection" already exists with same argument types | |
Command was: CREATE FUNCTION st_force_collection(geometry) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5',... | |
pg_restore: [archiver (db)] Error from TOC entry 396; 1255 16650 FUNCTION st_forcerhr(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_forcerhr" already exists with same argument types | |
Command was: CREATE FUNCTION st_forcerhr(geometry) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWGEOM... | |
pg_restore: [archiver (db)] Error from TOC entry 888; 1255 17199 FUNCTION st_geogfromtext(text) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_geogfromtext" already exists with same argument types | |
Command was: CREATE FUNCTION st_geogfromtext(text) RETURNS geography | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'geogr... | |
pg_restore: [archiver (db)] Error from TOC entry 858; 1255 17202 FUNCTION st_geogfromwkb(bytea) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_geogfromwkb" already exists with same argument types | |
Command was: CREATE FUNCTION st_geogfromwkb(bytea) RETURNS geography | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'geogr... | |
pg_restore: [archiver (db)] Error from TOC entry 887; 1255 17198 FUNCTION st_geographyfromtext(text) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_geographyfromtext" already exists with same argument types | |
Command was: CREATE FUNCTION st_geographyfromtext(text) RETURNS geography | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', '... | |
pg_restore: [archiver (db)] Error from TOC entry 682; 1255 16991 FUNCTION st_geohash(geometry, integer) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_geohash" already exists with same argument types | |
Command was: CREATE FUNCTION st_geohash(geometry, integer) RETURNS text | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'ST... | |
pg_restore: [archiver (db)] Error from TOC entry 782; 1255 17091 FUNCTION st_geomcollfromtext(text) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_geomcollfromtext" already exists with same argument types | |
Command was: CREATE FUNCTION st_geomcollfromtext(text) RETURNS geometry | |
LANGUAGE sql IMMUTABLE STRICT | |
AS $_$ | |
SELECT CASE | |
WHEN g... | |
pg_restore: [archiver (db)] Error from TOC entry 780; 1255 17089 FUNCTION st_geomcollfromtext(text, integer) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_geomcollfromtext" already exists with same argument types | |
Command was: CREATE FUNCTION st_geomcollfromtext(text, integer) RETURNS geometry | |
LANGUAGE sql IMMUTABLE STRICT | |
AS $_$ | |
SELECT CAS... | |
pg_restore: [archiver (db)] Error from TOC entry 833; 1255 17142 FUNCTION st_geomcollfromwkb(bytea) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_geomcollfromwkb" already exists with same argument types | |
Command was: CREATE FUNCTION st_geomcollfromwkb(bytea) RETURNS geometry | |
LANGUAGE sql IMMUTABLE STRICT | |
AS $_$ | |
SELECT CASE | |
WHEN g... | |
pg_restore: [archiver (db)] Error from TOC entry 831; 1255 17140 FUNCTION st_geomcollfromwkb(bytea, integer) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_geomcollfromwkb" already exists with same argument types | |
Command was: CREATE FUNCTION st_geomcollfromwkb(bytea, integer) RETURNS geometry | |
LANGUAGE sql IMMUTABLE STRICT | |
AS $_$ | |
SELECT CAS... | |
pg_restore: [archiver (db)] Error from TOC entry 517; 1255 16795 FUNCTION st_geometry(box2d) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION st_geometry(box2d) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'BOX2DFLOA... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.st_geometry(box2d) does not exist | |
Command was: ALTER FUNCTION public.st_geometry(box2d) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 518; 1255 16796 FUNCTION st_geometry(box3d) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION st_geometry(box3d) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'BOX3D_to_... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.st_geometry(box3d) does not exist | |
Command was: ALTER FUNCTION public.st_geometry(box3d) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 519; 1255 16797 FUNCTION st_geometry(text) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION st_geometry(text) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'parse_WKT_... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.st_geometry(text) does not exist | |
Command was: ALTER FUNCTION public.st_geometry(text) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 520; 1255 16798 FUNCTION st_geometry(chip) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION st_geometry(chip) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'CHIP_to_LW... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.st_geometry(chip) does not exist | |
Command was: ALTER FUNCTION public.st_geometry(chip) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 521; 1255 16799 FUNCTION st_geometry(bytea) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION st_geometry(bytea) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWGEOM_fr... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.st_geometry(bytea) does not exist | |
Command was: ALTER FUNCTION public.st_geometry(bytea) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 525; 1255 16803 FUNCTION st_geometry(box3d_extent) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION st_geometry(box3d_extent) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'BO... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.st_geometry(box3d_extent) does not exist | |
Command was: ALTER FUNCTION public.st_geometry(box3d_extent) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 278; 1255 16499 FUNCTION st_geometry_above(geometry, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION st_geometry_above(geometry, geometry) RETURNS boolean | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgi... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.st_geometry_above(geometry, geometry) does not exist | |
Command was: ALTER FUNCTION public.st_geometry_above(geometry, geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 195; 1255 16394 FUNCTION st_geometry_analyze(internal) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION st_geometry_analyze(internal) RETURNS boolean | |
LANGUAGE c STRICT | |
AS '$libdir/postgis-1.5', 'LWGEOM_an... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.st_geometry_analyze(internal) does not exist | |
Command was: ALTER FUNCTION public.st_geometry_analyze(internal) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 279; 1255 16500 FUNCTION st_geometry_below(geometry, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION st_geometry_below(geometry, geometry) RETURNS boolean | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgi... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.st_geometry_below(geometry, geometry) does not exist | |
Command was: ALTER FUNCTION public.st_geometry_below(geometry, geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 261; 1255 16469 FUNCTION st_geometry_cmp(geometry, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION st_geometry_cmp(geometry, geometry) RETURNS integer | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.st_geometry_cmp(geometry, geometry) does not exist | |
Command was: ALTER FUNCTION public.st_geometry_cmp(geometry, geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 280; 1255 16501 FUNCTION st_geometry_contain(geometry, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION st_geometry_contain(geometry, geometry) RETURNS boolean | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/post... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.st_geometry_contain(geometry, geometry) does not exist | |
Command was: ALTER FUNCTION public.st_geometry_contain(geometry, geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 281; 1255 16502 FUNCTION st_geometry_contained(geometry, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION st_geometry_contained(geometry, geometry) RETURNS boolean | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/po... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.st_geometry_contained(geometry, geometry) does not exist | |
Command was: ALTER FUNCTION public.st_geometry_contained(geometry, geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 260; 1255 16468 FUNCTION st_geometry_eq(geometry, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION st_geometry_eq(geometry, geometry) RETURNS boolean | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.st_geometry_eq(geometry, geometry) does not exist | |
Command was: ALTER FUNCTION public.st_geometry_eq(geometry, geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 259; 1255 16467 FUNCTION st_geometry_ge(geometry, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION st_geometry_ge(geometry, geometry) RETURNS boolean | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.st_geometry_ge(geometry, geometry) does not exist | |
Command was: ALTER FUNCTION public.st_geometry_ge(geometry, geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 258; 1255 16466 FUNCTION st_geometry_gt(geometry, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION st_geometry_gt(geometry, geometry) RETURNS boolean | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.st_geometry_gt(geometry, geometry) does not exist | |
Command was: ALTER FUNCTION public.st_geometry_gt(geometry, geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 193; 1255 16392 FUNCTION st_geometry_in(cstring) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION st_geometry_in(cstring) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWGE... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.st_geometry_in(cstring) does not exist | |
Command was: ALTER FUNCTION public.st_geometry_in(cstring) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 257; 1255 16465 FUNCTION st_geometry_le(geometry, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION st_geometry_le(geometry, geometry) RETURNS boolean | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.st_geometry_le(geometry, geometry) does not exist | |
Command was: ALTER FUNCTION public.st_geometry_le(geometry, geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 276; 1255 16497 FUNCTION st_geometry_left(geometry, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION st_geometry_left(geometry, geometry) RETURNS boolean | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.st_geometry_left(geometry, geometry) does not exist | |
Command was: ALTER FUNCTION public.st_geometry_left(geometry, geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 256; 1255 16464 FUNCTION st_geometry_lt(geometry, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION st_geometry_lt(geometry, geometry) RETURNS boolean | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.st_geometry_lt(geometry, geometry) does not exist | |
Command was: ALTER FUNCTION public.st_geometry_lt(geometry, geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 194; 1255 16393 FUNCTION st_geometry_out(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION st_geometry_out(geometry) RETURNS cstring | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWG... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.st_geometry_out(geometry) does not exist | |
Command was: ALTER FUNCTION public.st_geometry_out(geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 274; 1255 16495 FUNCTION st_geometry_overabove(geometry, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION st_geometry_overabove(geometry, geometry) RETURNS boolean | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/po... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.st_geometry_overabove(geometry, geometry) does not exist | |
Command was: ALTER FUNCTION public.st_geometry_overabove(geometry, geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 275; 1255 16496 FUNCTION st_geometry_overbelow(geometry, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION st_geometry_overbelow(geometry, geometry) RETURNS boolean | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/po... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.st_geometry_overbelow(geometry, geometry) does not exist | |
Command was: ALTER FUNCTION public.st_geometry_overbelow(geometry, geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 282; 1255 16503 FUNCTION st_geometry_overlap(geometry, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION st_geometry_overlap(geometry, geometry) RETURNS boolean | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/post... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.st_geometry_overlap(geometry, geometry) does not exist | |
Command was: ALTER FUNCTION public.st_geometry_overlap(geometry, geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 272; 1255 16493 FUNCTION st_geometry_overleft(geometry, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION st_geometry_overleft(geometry, geometry) RETURNS boolean | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/pos... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.st_geometry_overleft(geometry, geometry) does not exist | |
Command was: ALTER FUNCTION public.st_geometry_overleft(geometry, geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 273; 1255 16494 FUNCTION st_geometry_overright(geometry, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION st_geometry_overright(geometry, geometry) RETURNS boolean | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/po... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.st_geometry_overright(geometry, geometry) does not exist | |
Command was: ALTER FUNCTION public.st_geometry_overright(geometry, geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 196; 1255 16395 FUNCTION st_geometry_recv(internal) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION st_geometry_recv(internal) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'L... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.st_geometry_recv(internal) does not exist | |
Command was: ALTER FUNCTION public.st_geometry_recv(internal) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 277; 1255 16498 FUNCTION st_geometry_right(geometry, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION st_geometry_right(geometry, geometry) RETURNS boolean | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgi... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.st_geometry_right(geometry, geometry) does not exist | |
Command was: ALTER FUNCTION public.st_geometry_right(geometry, geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 283; 1255 16504 FUNCTION st_geometry_same(geometry, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION st_geometry_same(geometry, geometry) RETURNS boolean | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.st_geometry_same(geometry, geometry) does not exist | |
Command was: ALTER FUNCTION public.st_geometry_same(geometry, geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 197; 1255 16396 FUNCTION st_geometry_send(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION st_geometry_send(geometry) RETURNS bytea | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWGE... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.st_geometry_send(geometry) does not exist | |
Command was: ALTER FUNCTION public.st_geometry_send(geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 731; 1255 17040 FUNCTION st_geometryfromtext(text) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_geometryfromtext" already exists with same argument types | |
Command was: CREATE FUNCTION st_geometryfromtext(text) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LW... | |
pg_restore: [archiver (db)] Error from TOC entry 733; 1255 17042 FUNCTION st_geometryfromtext(text, integer) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_geometryfromtext" already exists with same argument types | |
Command was: CREATE FUNCTION st_geometryfromtext(text, integer) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-... | |
pg_restore: [archiver (db)] Error from TOC entry 689; 1255 16998 FUNCTION st_geometryn(geometry, integer) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_geometryn" already exists with same argument types | |
Command was: CREATE FUNCTION st_geometryn(geometry, integer) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5... | |
pg_restore: [archiver (db)] Error from TOC entry 701; 1255 17010 FUNCTION st_geometrytype(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_geometrytype" already exists with same argument types | |
Command was: CREATE FUNCTION st_geometrytype(geometry) RETURNS text | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'geomet... | |
pg_restore: [archiver (db)] Error from TOC entry 414; 1255 16668 FUNCTION st_geomfromewkb(bytea) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_geomfromewkb" already exists with same argument types | |
Command was: CREATE FUNCTION st_geomfromewkb(bytea) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWGEO... | |
pg_restore: [archiver (db)] Error from TOC entry 416; 1255 16670 FUNCTION st_geomfromewkt(text) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_geomfromewkt" already exists with same argument types | |
Command was: CREATE FUNCTION st_geomfromewkt(text) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'parse_... | |
pg_restore: [archiver (db)] Error from TOC entry 649; 1255 16958 FUNCTION st_geomfromgml(text) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_geomfromgml" already exists with same argument types | |
Command was: CREATE FUNCTION st_geomfromgml(text) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'geom_fr... | |
pg_restore: [archiver (db)] Error from TOC entry 651; 1255 16960 FUNCTION st_geomfromkml(text) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_geomfromkml" already exists with same argument types | |
Command was: CREATE FUNCTION st_geomfromkml(text) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'geom_fr... | |
pg_restore: [archiver (db)] Error from TOC entry 735; 1255 17044 FUNCTION st_geomfromtext(text) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_geomfromtext" already exists with same argument types | |
Command was: CREATE FUNCTION st_geomfromtext(text) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWGEOM... | |
pg_restore: [archiver (db)] Error from TOC entry 737; 1255 17046 FUNCTION st_geomfromtext(text, integer) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_geomfromtext" already exists with same argument types | |
Command was: CREATE FUNCTION st_geomfromtext(text, integer) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5'... | |
pg_restore: [archiver (db)] Error from TOC entry 784; 1255 17093 FUNCTION st_geomfromwkb(bytea) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_geomfromwkb" already exists with same argument types | |
Command was: CREATE FUNCTION st_geomfromwkb(bytea) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWGEOM... | |
pg_restore: [archiver (db)] Error from TOC entry 786; 1255 17095 FUNCTION st_geomfromwkb(bytea, integer) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_geomfromwkb" already exists with same argument types | |
Command was: CREATE FUNCTION st_geomfromwkb(bytea, integer) RETURNS geometry | |
LANGUAGE sql IMMUTABLE STRICT | |
AS $_$SELECT ST_SetSRI... | |
pg_restore: [archiver (db)] Error from TOC entry 650; 1255 16959 FUNCTION st_gmltosql(text) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_gmltosql" already exists with same argument types | |
Command was: CREATE FUNCTION st_gmltosql(text) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'geom_from_... | |
pg_restore: [archiver (db)] Error from TOC entry 967; 1255 17312 FUNCTION st_hasarc(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_hasarc" already exists with same argument types | |
Command was: CREATE FUNCTION st_hasarc(geometry) RETURNS boolean | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWGEOM_ha... | |
pg_restore: [archiver (db)] Error from TOC entry 578; 1255 16872 FUNCTION st_hausdorffdistance(geometry, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_hausdorffdistance" already exists with same argument types | |
Command was: CREATE FUNCTION st_hausdorffdistance(geometry, geometry) RETURNS double precision | |
LANGUAGE c IMMUTABLE STRICT COST 100 | |
... | |
pg_restore: [archiver (db)] Error from TOC entry 579; 1255 16873 FUNCTION st_hausdorffdistance(geometry, geometry, double precision) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_hausdorffdistance" already exists with same argument types | |
Command was: CREATE FUNCTION st_hausdorffdistance(geometry, geometry, double precision) RETURNS double precision | |
LANGUAGE c IMMUTABLE... | |
pg_restore: [archiver (db)] Error from TOC entry 318; 1255 16572 FUNCTION st_height(chip) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION st_height(chip) RETURNS integer | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'CHIP_getHeigh... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.st_height(chip) does not exist | |
Command was: ALTER FUNCTION public.st_height(chip) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 699; 1255 17008 FUNCTION st_interiorringn(geometry, integer) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_interiorringn" already exists with same argument types | |
Command was: CREATE FUNCTION st_interiorringn(geometry, integer) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis... | |
pg_restore: [archiver (db)] Error from TOC entry 564; 1255 16858 FUNCTION st_intersection(geometry, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_intersection" already exists with same argument types | |
Command was: CREATE FUNCTION st_intersection(geometry, geometry) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT COST 100 | |
AS '$libdi... | |
pg_restore: [archiver (db)] Error from TOC entry 963; 1255 17308 FUNCTION st_intersection(geography, geography) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_intersection" already exists with same argument types | |
Command was: CREATE FUNCTION st_intersection(geography, geography) RETURNS geography | |
LANGUAGE sql IMMUTABLE STRICT | |
AS $_$SELECT g... | |
pg_restore: [archiver (db)] Error from TOC entry 964; 1255 17309 FUNCTION st_intersection(text, text) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_intersection" already exists with same argument types | |
Command was: CREATE FUNCTION st_intersection(text, text) RETURNS geometry | |
LANGUAGE sql IMMUTABLE STRICT | |
AS $_$ SELECT ST_Intersec... | |
pg_restore: [archiver (db)] Error from TOC entry 617; 1255 16926 FUNCTION st_intersects(geometry, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_intersects" already exists with same argument types | |
Command was: CREATE FUNCTION st_intersects(geometry, geometry) RETURNS boolean | |
LANGUAGE sql IMMUTABLE | |
AS $_$SELECT $1 && $2 AND _... | |
pg_restore: [archiver (db)] Error from TOC entry 957; 1255 17302 FUNCTION st_intersects(geography, geography) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_intersects" already exists with same argument types | |
Command was: CREATE FUNCTION st_intersects(geography, geography) RETURNS boolean | |
LANGUAGE sql IMMUTABLE | |
AS $_$SELECT $1 && $2 AND... | |
pg_restore: [archiver (db)] Error from TOC entry 958; 1255 17303 FUNCTION st_intersects(text, text) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_intersects" already exists with same argument types | |
Command was: CREATE FUNCTION st_intersects(text, text) RETURNS boolean | |
LANGUAGE sql IMMUTABLE | |
AS $_$ SELECT ST_Intersects($1::geo... | |
pg_restore: [archiver (db)] Error from TOC entry 717; 1255 17026 FUNCTION st_isclosed(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_isclosed" already exists with same argument types | |
Command was: CREATE FUNCTION st_isclosed(geometry) RETURNS boolean | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWGEOM_... | |
pg_restore: [archiver (db)] Error from TOC entry 719; 1255 17028 FUNCTION st_isempty(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_isempty" already exists with same argument types | |
Command was: CREATE FUNCTION st_isempty(geometry) RETURNS boolean | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWGEOM_i... | |
pg_restore: [archiver (db)] Error from TOC entry 641; 1255 16950 FUNCTION st_isring(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_isring" already exists with same argument types | |
Command was: CREATE FUNCTION st_isring(geometry) RETURNS boolean | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'isring'; | |
pg_restore: [archiver (db)] Error from TOC entry 645; 1255 16954 FUNCTION st_issimple(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_issimple" already exists with same argument types | |
Command was: CREATE FUNCTION st_issimple(geometry) RETURNS boolean | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'issimpl... | |
pg_restore: [archiver (db)] Error from TOC entry 637; 1255 16946 FUNCTION st_isvalid(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_isvalid" already exists with same argument types | |
Command was: CREATE FUNCTION st_isvalid(geometry) RETURNS boolean | |
LANGUAGE c IMMUTABLE STRICT COST 100 | |
AS '$libdir/postgis-1.5', ... | |
pg_restore: [archiver (db)] Error from TOC entry 577; 1255 16871 FUNCTION st_isvalidreason(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_isvalidreason" already exists with same argument types | |
Command was: CREATE FUNCTION st_isvalidreason(geometry) RETURNS text | |
LANGUAGE c IMMUTABLE STRICT COST 100 | |
AS '$libdir/postgis-1.5... | |
pg_restore: [archiver (db)] Error from TOC entry 343; 1255 16597 FUNCTION st_length(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_length" already exists with same argument types | |
Command was: CREATE FUNCTION st_length(geometry) RETURNS double precision | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', '... | |
pg_restore: [archiver (db)] Error from TOC entry 950; 1255 17295 FUNCTION st_length(text) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_length" already exists with same argument types | |
Command was: CREATE FUNCTION st_length(text) RETURNS double precision | |
LANGUAGE sql IMMUTABLE STRICT | |
AS $_$ SELECT ST_Length($1::g... | |
pg_restore: [archiver (db)] Error from TOC entry 948; 1255 17293 FUNCTION st_length(geography, boolean) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_length" already exists with same argument types | |
Command was: CREATE FUNCTION st_length(geography, boolean) RETURNS double precision | |
LANGUAGE c IMMUTABLE STRICT COST 100 | |
AS '$lib... | |
pg_restore: [archiver (db)] Error from TOC entry 341; 1255 16595 FUNCTION st_length2d(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_length2d" already exists with same argument types | |
Command was: CREATE FUNCTION st_length2d(geometry) RETURNS double precision | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5',... | |
pg_restore: [archiver (db)] Error from TOC entry 349; 1255 16603 FUNCTION st_length2d_spheroid(geometry, spheroid) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_length2d_spheroid" already exists with same argument types | |
Command was: CREATE FUNCTION st_length2d_spheroid(geometry, spheroid) RETURNS double precision | |
LANGUAGE c IMMUTABLE STRICT COST 100 | |
... | |
pg_restore: [archiver (db)] Error from TOC entry 339; 1255 16593 FUNCTION st_length3d(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION st_length3d(geometry) RETURNS double precision | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5',... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.st_length3d(geometry) does not exist | |
Command was: ALTER FUNCTION public.st_length3d(geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 3087; 0 0 COMMENT FUNCTION st_length3d(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function st_length3d(geometry) does not exist | |
Command was: COMMENT ON FUNCTION st_length3d(geometry) IS 'args: a_3dlinestring - Returns the 3-dimensional or 2-dimensional length of th... | |
pg_restore: [archiver (db)] Error from TOC entry 345; 1255 16599 FUNCTION st_length3d_spheroid(geometry, spheroid) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION st_length3d_spheroid(geometry, spheroid) RETURNS double precision | |
LANGUAGE c IMMUTABLE STRICT COST 100 | |
... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.st_length3d_spheroid(geometry, spheroid) does not exist | |
Command was: ALTER FUNCTION public.st_length3d_spheroid(geometry, spheroid) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 3088; 0 0 COMMENT FUNCTION st_length3d_spheroid(geometry, spheroid) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function st_length3d_spheroid(geometry, spheroid) does not exist | |
Command was: COMMENT ON FUNCTION st_length3d_spheroid(geometry, spheroid) IS 'args: a_linestring, a_spheroid - Calculates the length of a... | |
pg_restore: [archiver (db)] Error from TOC entry 347; 1255 16601 FUNCTION st_length_spheroid(geometry, spheroid) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_length_spheroid" already exists with same argument types | |
Command was: CREATE FUNCTION st_length_spheroid(geometry, spheroid) RETURNS double precision | |
LANGUAGE c IMMUTABLE STRICT COST 100 | |
... | |
pg_restore: [archiver (db)] Error from TOC entry 553; 1255 16847 FUNCTION st_line_interpolate_point(geometry, double precision) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_line_interpolate_point" already exists with same argument types | |
Command was: CREATE FUNCTION st_line_interpolate_point(geometry, double precision) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
A... | |
pg_restore: [archiver (db)] Error from TOC entry 557; 1255 16851 FUNCTION st_line_locate_point(geometry, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_line_locate_point" already exists with same argument types | |
Command was: CREATE FUNCTION st_line_locate_point(geometry, geometry) RETURNS double precision | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$l... | |
pg_restore: [archiver (db)] Error from TOC entry 555; 1255 16849 FUNCTION st_line_substring(geometry, double precision, double precision) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_line_substring" already exists with same argument types | |
Command was: CREATE FUNCTION st_line_substring(geometry, double precision, double precision) RETURNS geometry | |
LANGUAGE c IMMUTABLE ST... | |
pg_restore: [archiver (db)] Error from TOC entry 574; 1255 16868 FUNCTION st_linecrossingdirection(geometry, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_linecrossingdirection" already exists with same argument types | |
Command was: CREATE FUNCTION st_linecrossingdirection(geometry, geometry) RETURNS integer | |
LANGUAGE sql IMMUTABLE | |
AS $_$ SELECT CA... | |
pg_restore: [archiver (db)] Error from TOC entry 434; 1255 16688 FUNCTION st_linefrommultipoint(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_linefrommultipoint" already exists with same argument types | |
Command was: CREATE FUNCTION st_linefrommultipoint(geometry) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5... | |
pg_restore: [archiver (db)] Error from TOC entry 743; 1255 17052 FUNCTION st_linefromtext(text) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_linefromtext" already exists with same argument types | |
Command was: CREATE FUNCTION st_linefromtext(text) RETURNS geometry | |
LANGUAGE sql IMMUTABLE STRICT | |
AS $_$ | |
SELECT CASE WHEN geomet... | |
pg_restore: [archiver (db)] Error from TOC entry 745; 1255 17054 FUNCTION st_linefromtext(text, integer) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_linefromtext" already exists with same argument types | |
Command was: CREATE FUNCTION st_linefromtext(text, integer) RETURNS geometry | |
LANGUAGE sql IMMUTABLE STRICT | |
AS $_$ | |
SELECT CASE WH... | |
pg_restore: [archiver (db)] Error from TOC entry 794; 1255 17103 FUNCTION st_linefromwkb(bytea) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_linefromwkb" already exists with same argument types | |
Command was: CREATE FUNCTION st_linefromwkb(bytea) RETURNS geometry | |
LANGUAGE sql IMMUTABLE STRICT | |
AS $_$ | |
SELECT CASE WHEN geomet... | |
pg_restore: [archiver (db)] Error from TOC entry 792; 1255 17101 FUNCTION st_linefromwkb(bytea, integer) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_linefromwkb" already exists with same argument types | |
Command was: CREATE FUNCTION st_linefromwkb(bytea, integer) RETURNS geometry | |
LANGUAGE sql IMMUTABLE STRICT | |
AS $_$ | |
SELECT CASE WH... | |
pg_restore: [archiver (db)] Error from TOC entry 456; 1255 16710 FUNCTION st_linemerge(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_linemerge" already exists with same argument types | |
Command was: CREATE FUNCTION st_linemerge(geometry) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT COST 100 | |
AS '$libdir/postgis-1.5... | |
pg_restore: [archiver (db)] Error from TOC entry 798; 1255 17107 FUNCTION st_linestringfromwkb(bytea) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_linestringfromwkb" already exists with same argument types | |
Command was: CREATE FUNCTION st_linestringfromwkb(bytea) RETURNS geometry | |
LANGUAGE sql IMMUTABLE STRICT | |
AS $_$ | |
SELECT CASE WHEN ... | |
pg_restore: [archiver (db)] Error from TOC entry 796; 1255 17105 FUNCTION st_linestringfromwkb(bytea, integer) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_linestringfromwkb" already exists with same argument types | |
Command was: CREATE FUNCTION st_linestringfromwkb(bytea, integer) RETURNS geometry | |
LANGUAGE sql IMMUTABLE STRICT | |
AS $_$ | |
SELECT C... | |
pg_restore: [archiver (db)] Error from TOC entry 968; 1255 17313 FUNCTION st_linetocurve(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_linetocurve" already exists with same argument types | |
Command was: CREATE FUNCTION st_linetocurve(geometry) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWG... | |
pg_restore: [archiver (db)] Error from TOC entry 561; 1255 16855 FUNCTION st_locate_along_measure(geometry, double precision) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_locate_along_measure" already exists with same argument types | |
Command was: CREATE FUNCTION st_locate_along_measure(geometry, double precision) RETURNS geometry | |
LANGUAGE sql IMMUTABLE STRICT | |
A... | |
pg_restore: [archiver (db)] Error from TOC entry 559; 1255 16853 FUNCTION st_locate_between_measures(geometry, double precision, double precision) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_locate_between_measures" already exists with same argument types | |
Command was: CREATE FUNCTION st_locate_between_measures(geometry, double precision, double precision) RETURNS geometry | |
LANGUAGE c IMM... | |
pg_restore: [archiver (db)] Error from TOC entry 575; 1255 16869 FUNCTION st_locatebetweenelevations(geometry, double precision, double precision) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_locatebetweenelevations" already exists with same argument types | |
Command was: CREATE FUNCTION st_locatebetweenelevations(geometry, double precision, double precision) RETURNS geometry | |
LANGUAGE c IMM... | |
pg_restore: [archiver (db)] Error from TOC entry 841; 1255 17149 FUNCTION st_longestline(geometry, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_longestline" already exists with same argument types | |
Command was: CREATE FUNCTION st_longestline(geometry, geometry) RETURNS geometry | |
LANGUAGE sql IMMUTABLE STRICT | |
AS $_$SELECT _ST_L... | |
pg_restore: [archiver (db)] Error from TOC entry 711; 1255 17020 FUNCTION st_m(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_m" already exists with same argument types | |
Command was: CREATE FUNCTION st_m(geometry) RETURNS double precision | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWGEO... | |
pg_restore: [archiver (db)] Error from TOC entry 427; 1255 16681 FUNCTION st_makebox2d(geometry, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_makebox2d" already exists with same argument types | |
Command was: CREATE FUNCTION st_makebox2d(geometry, geometry) RETURNS box2d | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5',... | |
pg_restore: [archiver (db)] Error from TOC entry 429; 1255 16683 FUNCTION st_makebox3d(geometry, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION st_makebox3d(geometry, geometry) RETURNS box3d | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5',... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.st_makebox3d(geometry, geometry) does not exist | |
Command was: ALTER FUNCTION public.st_makebox3d(geometry, geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 3109; 0 0 COMMENT FUNCTION st_makebox3d(geometry, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function st_makebox3d(geometry, geometry) does not exist | |
Command was: COMMENT ON FUNCTION st_makebox3d(geometry, geometry) IS 'args: point3DLowLeftBottom, point3DUpRightTop - Creates a BOX3D def... | |
pg_restore: [archiver (db)] Error from TOC entry 445; 1255 16699 FUNCTION st_makeenvelope(double precision, double precision, double precision, double precision, integer) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_makeenvelope" already exists with same argument types | |
Command was: CREATE FUNCTION st_makeenvelope(double precision, double precision, double precision, double precision, integer) RETURNS geo... | |
pg_restore: [archiver (db)] Error from TOC entry 432; 1255 16686 FUNCTION st_makeline(geometry[]) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_makeline" already exists with same argument types | |
Command was: CREATE FUNCTION st_makeline(geometry[]) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWGE... | |
pg_restore: [archiver (db)] Error from TOC entry 436; 1255 16690 FUNCTION st_makeline(geometry, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_makeline" already exists with same argument types | |
Command was: CREATE FUNCTION st_makeline(geometry, geometry) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5... | |
pg_restore: [archiver (db)] Error from TOC entry 431; 1255 16685 FUNCTION st_makeline_garray(geometry[]) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION st_makeline_garray(geometry[]) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5'... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.st_makeline_garray(geometry[]) does not exist | |
Command was: ALTER FUNCTION public.st_makeline_garray(geometry[]) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 419; 1255 16673 FUNCTION st_makepoint(double precision, double precision) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_makepoint" already exists with same argument types | |
Command was: CREATE FUNCTION st_makepoint(double precision, double precision) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$l... | |
pg_restore: [archiver (db)] Error from TOC entry 421; 1255 16675 FUNCTION st_makepoint(double precision, double precision, double precision) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_makepoint" already exists with same argument types | |
Command was: CREATE FUNCTION st_makepoint(double precision, double precision, double precision) RETURNS geometry | |
LANGUAGE c IMMUTABLE... | |
pg_restore: [archiver (db)] Error from TOC entry 423; 1255 16677 FUNCTION st_makepoint(double precision, double precision, double precision, double precision) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_makepoint" already exists with same argument types | |
Command was: CREATE FUNCTION st_makepoint(double precision, double precision, double precision, double precision) RETURNS geometry | |
LA... | |
pg_restore: [archiver (db)] Error from TOC entry 425; 1255 16679 FUNCTION st_makepointm(double precision, double precision, double precision) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_makepointm" already exists with same argument types | |
Command was: CREATE FUNCTION st_makepointm(double precision, double precision, double precision) RETURNS geometry | |
LANGUAGE c IMMUTABL... | |
pg_restore: [archiver (db)] Error from TOC entry 449; 1255 16703 FUNCTION st_makepolygon(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_makepolygon" already exists with same argument types | |
Command was: CREATE FUNCTION st_makepolygon(geometry) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWG... | |
pg_restore: [archiver (db)] Error from TOC entry 447; 1255 16701 FUNCTION st_makepolygon(geometry, geometry[]) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_makepolygon" already exists with same argument types | |
Command was: CREATE FUNCTION st_makepolygon(geometry, geometry[]) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgi... | |
pg_restore: [archiver (db)] Error from TOC entry 836; 1255 17145 FUNCTION st_maxdistance(geometry, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_maxdistance" already exists with same argument types | |
Command was: CREATE FUNCTION st_maxdistance(geometry, geometry) RETURNS double precision | |
LANGUAGE sql IMMUTABLE STRICT | |
AS $_$SELE... | |
pg_restore: [archiver (db)] Error from TOC entry 331; 1255 16585 FUNCTION st_mem_size(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_mem_size" already exists with same argument types | |
Command was: CREATE FUNCTION st_mem_size(geometry) RETURNS integer | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWGEOM_... | |
pg_restore: [archiver (db)] Error from TOC entry 969; 1255 17314 FUNCTION st_minimumboundingcircle(geometry, integer) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_minimumboundingcircle" already exists with same argument types | |
Command was: CREATE FUNCTION st_minimumboundingcircle(inputgeom geometry, segs_per_quarter integer) RETURNS geometry | |
LANGUAGE plpgsql... | |
pg_restore: [archiver (db)] Error from TOC entry 759; 1255 17068 FUNCTION st_mlinefromtext(text) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_mlinefromtext" already exists with same argument types | |
Command was: CREATE FUNCTION st_mlinefromtext(text) RETURNS geometry | |
LANGUAGE sql IMMUTABLE STRICT | |
AS $_$ | |
SELECT CASE WHEN geome... | |
pg_restore: [archiver (db)] Error from TOC entry 757; 1255 17066 FUNCTION st_mlinefromtext(text, integer) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_mlinefromtext" already exists with same argument types | |
Command was: CREATE FUNCTION st_mlinefromtext(text, integer) RETURNS geometry | |
LANGUAGE sql IMMUTABLE STRICT | |
AS $_$ | |
SELECT CASE | |
... | |
pg_restore: [archiver (db)] Error from TOC entry 821; 1255 17130 FUNCTION st_mlinefromwkb(bytea) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_mlinefromwkb" already exists with same argument types | |
Command was: CREATE FUNCTION st_mlinefromwkb(bytea) RETURNS geometry | |
LANGUAGE sql IMMUTABLE STRICT | |
AS $_$ | |
SELECT CASE WHEN geome... | |
pg_restore: [archiver (db)] Error from TOC entry 819; 1255 17128 FUNCTION st_mlinefromwkb(bytea, integer) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_mlinefromwkb" already exists with same argument types | |
Command was: CREATE FUNCTION st_mlinefromwkb(bytea, integer) RETURNS geometry | |
LANGUAGE sql IMMUTABLE STRICT | |
AS $_$ | |
SELECT CASE W... | |
pg_restore: [archiver (db)] Error from TOC entry 767; 1255 17076 FUNCTION st_mpointfromtext(text) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_mpointfromtext" already exists with same argument types | |
Command was: CREATE FUNCTION st_mpointfromtext(text) RETURNS geometry | |
LANGUAGE sql IMMUTABLE STRICT | |
AS $_$ | |
SELECT CASE WHEN geom... | |
pg_restore: [archiver (db)] Error from TOC entry 765; 1255 17074 FUNCTION st_mpointfromtext(text, integer) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_mpointfromtext" already exists with same argument types | |
Command was: CREATE FUNCTION st_mpointfromtext(text, integer) RETURNS geometry | |
LANGUAGE sql IMMUTABLE STRICT | |
AS $_$ | |
SELECT CASE ... | |
pg_restore: [archiver (db)] Error from TOC entry 810; 1255 17119 FUNCTION st_mpointfromwkb(bytea) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_mpointfromwkb" already exists with same argument types | |
Command was: CREATE FUNCTION st_mpointfromwkb(bytea) RETURNS geometry | |
LANGUAGE sql IMMUTABLE STRICT | |
AS $_$ | |
SELECT CASE WHEN geom... | |
pg_restore: [archiver (db)] Error from TOC entry 808; 1255 17117 FUNCTION st_mpointfromwkb(bytea, integer) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_mpointfromwkb" already exists with same argument types | |
Command was: CREATE FUNCTION st_mpointfromwkb(bytea, integer) RETURNS geometry | |
LANGUAGE sql IMMUTABLE STRICT | |
AS $_$ | |
SELECT CASE ... | |
pg_restore: [archiver (db)] Error from TOC entry 774; 1255 17083 FUNCTION st_mpolyfromtext(text) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_mpolyfromtext" already exists with same argument types | |
Command was: CREATE FUNCTION st_mpolyfromtext(text) RETURNS geometry | |
LANGUAGE sql IMMUTABLE STRICT | |
AS $_$ | |
SELECT CASE WHEN geome... | |
pg_restore: [archiver (db)] Error from TOC entry 772; 1255 17081 FUNCTION st_mpolyfromtext(text, integer) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_mpolyfromtext" already exists with same argument types | |
Command was: CREATE FUNCTION st_mpolyfromtext(text, integer) RETURNS geometry | |
LANGUAGE sql IMMUTABLE STRICT | |
AS $_$ | |
SELECT CASE W... | |
pg_restore: [archiver (db)] Error from TOC entry 825; 1255 17134 FUNCTION st_mpolyfromwkb(bytea) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_mpolyfromwkb" already exists with same argument types | |
Command was: CREATE FUNCTION st_mpolyfromwkb(bytea) RETURNS geometry | |
LANGUAGE sql IMMUTABLE STRICT | |
AS $_$ | |
SELECT CASE WHEN geome... | |
pg_restore: [archiver (db)] Error from TOC entry 823; 1255 17132 FUNCTION st_mpolyfromwkb(bytea, integer) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_mpolyfromwkb" already exists with same argument types | |
Command was: CREATE FUNCTION st_mpolyfromwkb(bytea, integer) RETURNS geometry | |
LANGUAGE sql IMMUTABLE STRICT | |
AS $_$ | |
SELECT CASE W... | |
pg_restore: [archiver (db)] Error from TOC entry 384; 1255 16638 FUNCTION st_multi(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_multi" already exists with same argument types | |
Command was: CREATE FUNCTION st_multi(geometry) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWGEOM_fo... | |
pg_restore: [archiver (db)] Error from TOC entry 817; 1255 17126 FUNCTION st_multilinefromwkb(bytea) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_multilinefromwkb" already exists with same argument types | |
Command was: CREATE FUNCTION st_multilinefromwkb(bytea) RETURNS geometry | |
LANGUAGE sql IMMUTABLE STRICT | |
AS $_$ | |
SELECT CASE WHEN g... | |
pg_restore: [archiver (db)] Error from TOC entry 761; 1255 17070 FUNCTION st_multilinestringfromtext(text) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_multilinestringfromtext" already exists with same argument types | |
Command was: CREATE FUNCTION st_multilinestringfromtext(text) RETURNS geometry | |
LANGUAGE sql IMMUTABLE STRICT | |
AS $_$SELECT ST_MLin... | |
pg_restore: [archiver (db)] Error from TOC entry 763; 1255 17072 FUNCTION st_multilinestringfromtext(text, integer) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_multilinestringfromtext" already exists with same argument types | |
Command was: CREATE FUNCTION st_multilinestringfromtext(text, integer) RETURNS geometry | |
LANGUAGE sql IMMUTABLE STRICT | |
AS $_$SELEC... | |
pg_restore: [archiver (db)] Error from TOC entry 770; 1255 17079 FUNCTION st_multipointfromtext(text) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_multipointfromtext" already exists with same argument types | |
Command was: CREATE FUNCTION st_multipointfromtext(text) RETURNS geometry | |
LANGUAGE sql IMMUTABLE STRICT | |
AS $_$SELECT MPointFromTe... | |
pg_restore: [archiver (db)] Error from TOC entry 814; 1255 17123 FUNCTION st_multipointfromwkb(bytea) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_multipointfromwkb" already exists with same argument types | |
Command was: CREATE FUNCTION st_multipointfromwkb(bytea) RETURNS geometry | |
LANGUAGE sql IMMUTABLE STRICT | |
AS $_$ | |
SELECT CASE WHEN ... | |
pg_restore: [archiver (db)] Error from TOC entry 812; 1255 17121 FUNCTION st_multipointfromwkb(bytea, integer) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_multipointfromwkb" already exists with same argument types | |
Command was: CREATE FUNCTION st_multipointfromwkb(bytea, integer) RETURNS geometry | |
LANGUAGE sql IMMUTABLE STRICT | |
AS $_$ | |
SELECT C... | |
pg_restore: [archiver (db)] Error from TOC entry 829; 1255 17138 FUNCTION st_multipolyfromwkb(bytea) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_multipolyfromwkb" already exists with same argument types | |
Command was: CREATE FUNCTION st_multipolyfromwkb(bytea) RETURNS geometry | |
LANGUAGE sql IMMUTABLE STRICT | |
AS $_$ | |
SELECT CASE WHEN g... | |
pg_restore: [archiver (db)] Error from TOC entry 827; 1255 17136 FUNCTION st_multipolyfromwkb(bytea, integer) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_multipolyfromwkb" already exists with same argument types | |
Command was: CREATE FUNCTION st_multipolyfromwkb(bytea, integer) RETURNS geometry | |
LANGUAGE sql IMMUTABLE STRICT | |
AS $_$ | |
SELECT CA... | |
pg_restore: [archiver (db)] Error from TOC entry 778; 1255 17087 FUNCTION st_multipolygonfromtext(text) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_multipolygonfromtext" already exists with same argument types | |
Command was: CREATE FUNCTION st_multipolygonfromtext(text) RETURNS geometry | |
LANGUAGE sql IMMUTABLE STRICT | |
AS $_$SELECT MPolyFromT... | |
pg_restore: [archiver (db)] Error from TOC entry 776; 1255 17085 FUNCTION st_multipolygonfromtext(text, integer) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_multipolygonfromtext" already exists with same argument types | |
Command was: CREATE FUNCTION st_multipolygonfromtext(text, integer) RETURNS geometry | |
LANGUAGE sql IMMUTABLE STRICT | |
AS $_$SELECT M... | |
pg_restore: [archiver (db)] Error from TOC entry 402; 1255 16656 FUNCTION st_ndims(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_ndims" already exists with same argument types | |
Command was: CREATE FUNCTION st_ndims(geometry) RETURNS smallint | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWGEOM_nd... | |
pg_restore: [archiver (db)] Error from TOC entry 335; 1255 16589 FUNCTION st_npoints(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_npoints" already exists with same argument types | |
Command was: CREATE FUNCTION st_npoints(geometry) RETURNS integer | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWGEOM_n... | |
pg_restore: [archiver (db)] Error from TOC entry 337; 1255 16591 FUNCTION st_nrings(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_nrings" already exists with same argument types | |
Command was: CREATE FUNCTION st_nrings(geometry) RETURNS integer | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWGEOM_nr... | |
pg_restore: [archiver (db)] Error from TOC entry 687; 1255 16996 FUNCTION st_numgeometries(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_numgeometries" already exists with same argument types | |
Command was: CREATE FUNCTION st_numgeometries(geometry) RETURNS integer | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LW... | |
pg_restore: [archiver (db)] Error from TOC entry 697; 1255 17006 FUNCTION st_numinteriorring(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_numinteriorring" already exists with same argument types | |
Command was: CREATE FUNCTION st_numinteriorring(geometry) RETURNS integer | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', '... | |
pg_restore: [archiver (db)] Error from TOC entry 695; 1255 17004 FUNCTION st_numinteriorrings(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_numinteriorrings" already exists with same argument types | |
Command was: CREATE FUNCTION st_numinteriorrings(geometry) RETURNS integer | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', ... | |
pg_restore: [archiver (db)] Error from TOC entry 685; 1255 16994 FUNCTION st_numpoints(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_numpoints" already exists with same argument types | |
Command was: CREATE FUNCTION st_numpoints(geometry) RETURNS integer | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWGEOM... | |
pg_restore: [archiver (db)] Error from TOC entry 867; 1255 17173 FUNCTION st_orderingequals(geometry, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_orderingequals" already exists with same argument types | |
Command was: CREATE FUNCTION st_orderingequals(geometry, geometry) RETURNS boolean | |
LANGUAGE sql IMMUTABLE STRICT | |
AS $_$ | |
SELECT ... | |
pg_restore: [archiver (db)] Error from TOC entry 635; 1255 16944 FUNCTION st_overlaps(geometry, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_overlaps" already exists with same argument types | |
Command was: CREATE FUNCTION st_overlaps(geometry, geometry) RETURNS boolean | |
LANGUAGE sql IMMUTABLE | |
AS $_$SELECT $1 && $2 AND _ST... | |
pg_restore: [archiver (db)] Error from TOC entry 355; 1255 16609 FUNCTION st_perimeter(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_perimeter" already exists with same argument types | |
Command was: CREATE FUNCTION st_perimeter(geometry) RETURNS double precision | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5'... | |
pg_restore: [archiver (db)] Error from TOC entry 353; 1255 16607 FUNCTION st_perimeter2d(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_perimeter2d" already exists with same argument types | |
Command was: CREATE FUNCTION st_perimeter2d(geometry) RETURNS double precision | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.... | |
pg_restore: [archiver (db)] Error from TOC entry 351; 1255 16605 FUNCTION st_perimeter3d(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION st_perimeter3d(geometry) RETURNS double precision | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.st_perimeter3d(geometry) does not exist | |
Command was: ALTER FUNCTION public.st_perimeter3d(geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 3141; 0 0 COMMENT FUNCTION st_perimeter3d(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function st_perimeter3d(geometry) does not exist | |
Command was: COMMENT ON FUNCTION st_perimeter3d(geometry) IS 'args: geomA - Returns the 3-dimensional perimeter of the geometry, if it is... | |
pg_restore: [archiver (db)] Error from TOC entry 870; 1255 17176 FUNCTION st_point(double precision, double precision) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_point" already exists with same argument types | |
Command was: CREATE FUNCTION st_point(double precision, double precision) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdi... | |
pg_restore: [archiver (db)] Error from TOC entry 367; 1255 16621 FUNCTION st_point_inside_circle(geometry, double precision, double precision, double precision) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_point_inside_circle" already exists with same argument types | |
Command was: CREATE FUNCTION st_point_inside_circle(geometry, double precision, double precision, double precision) RETURNS boolean | |
L... | |
pg_restore: [archiver (db)] Error from TOC entry 739; 1255 17048 FUNCTION st_pointfromtext(text) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_pointfromtext" already exists with same argument types | |
Command was: CREATE FUNCTION st_pointfromtext(text) RETURNS geometry | |
LANGUAGE sql IMMUTABLE STRICT | |
AS $_$ | |
SELECT CASE WHEN geome... | |
pg_restore: [archiver (db)] Error from TOC entry 741; 1255 17050 FUNCTION st_pointfromtext(text, integer) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_pointfromtext" already exists with same argument types | |
Command was: CREATE FUNCTION st_pointfromtext(text, integer) RETURNS geometry | |
LANGUAGE sql IMMUTABLE STRICT | |
AS $_$ | |
SELECT CASE W... | |
pg_restore: [archiver (db)] Error from TOC entry 790; 1255 17099 FUNCTION st_pointfromwkb(bytea) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_pointfromwkb" already exists with same argument types | |
Command was: CREATE FUNCTION st_pointfromwkb(bytea) RETURNS geometry | |
LANGUAGE sql IMMUTABLE STRICT | |
AS $_$ | |
SELECT CASE WHEN geome... | |
pg_restore: [archiver (db)] Error from TOC entry 788; 1255 17097 FUNCTION st_pointfromwkb(bytea, integer) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_pointfromwkb" already exists with same argument types | |
Command was: CREATE FUNCTION st_pointfromwkb(bytea, integer) RETURNS geometry | |
LANGUAGE sql IMMUTABLE STRICT | |
AS $_$ | |
SELECT CASE W... | |
pg_restore: [archiver (db)] Error from TOC entry 703; 1255 17012 FUNCTION st_pointn(geometry, integer) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_pointn" already exists with same argument types | |
Command was: CREATE FUNCTION st_pointn(geometry, integer) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', ... | |
pg_restore: [archiver (db)] Error from TOC entry 643; 1255 16952 FUNCTION st_pointonsurface(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_pointonsurface" already exists with same argument types | |
Command was: CREATE FUNCTION st_pointonsurface(geometry) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT COST 100 | |
AS '$libdir/postgi... | |
pg_restore: [archiver (db)] Error from TOC entry 749; 1255 17058 FUNCTION st_polyfromtext(text) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_polyfromtext" already exists with same argument types | |
Command was: CREATE FUNCTION st_polyfromtext(text) RETURNS geometry | |
LANGUAGE sql IMMUTABLE STRICT | |
AS $_$ | |
SELECT CASE WHEN geomet... | |
pg_restore: [archiver (db)] Error from TOC entry 751; 1255 17060 FUNCTION st_polyfromtext(text, integer) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_polyfromtext" already exists with same argument types | |
Command was: CREATE FUNCTION st_polyfromtext(text, integer) RETURNS geometry | |
LANGUAGE sql IMMUTABLE STRICT | |
AS $_$ | |
SELECT CASE WH... | |
pg_restore: [archiver (db)] Error from TOC entry 802; 1255 17111 FUNCTION st_polyfromwkb(bytea) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_polyfromwkb" already exists with same argument types | |
Command was: CREATE FUNCTION st_polyfromwkb(bytea) RETURNS geometry | |
LANGUAGE sql IMMUTABLE STRICT | |
AS $_$ | |
SELECT CASE WHEN geomet... | |
pg_restore: [archiver (db)] Error from TOC entry 800; 1255 17109 FUNCTION st_polyfromwkb(bytea, integer) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_polyfromwkb" already exists with same argument types | |
Command was: CREATE FUNCTION st_polyfromwkb(bytea, integer) RETURNS geometry | |
LANGUAGE sql IMMUTABLE STRICT | |
AS $_$ | |
SELECT CASE WH... | |
pg_restore: [archiver (db)] Error from TOC entry 873; 1255 17179 FUNCTION st_polygon(geometry, integer) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_polygon" already exists with same argument types | |
Command was: CREATE FUNCTION st_polygon(geometry, integer) RETURNS geometry | |
LANGUAGE sql IMMUTABLE STRICT | |
AS $_$ | |
SELECT setSRID... | |
pg_restore: [archiver (db)] Error from TOC entry 755; 1255 17064 FUNCTION st_polygonfromtext(text) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_polygonfromtext" already exists with same argument types | |
Command was: CREATE FUNCTION st_polygonfromtext(text) RETURNS geometry | |
LANGUAGE sql IMMUTABLE STRICT | |
AS $_$SELECT ST_PolyFromText... | |
pg_restore: [archiver (db)] Error from TOC entry 753; 1255 17062 FUNCTION st_polygonfromtext(text, integer) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_polygonfromtext" already exists with same argument types | |
Command was: CREATE FUNCTION st_polygonfromtext(text, integer) RETURNS geometry | |
LANGUAGE sql IMMUTABLE STRICT | |
AS $_$SELECT PolyFr... | |
pg_restore: [archiver (db)] Error from TOC entry 806; 1255 17115 FUNCTION st_polygonfromwkb(bytea) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_polygonfromwkb" already exists with same argument types | |
Command was: CREATE FUNCTION st_polygonfromwkb(bytea) RETURNS geometry | |
LANGUAGE sql IMMUTABLE STRICT | |
AS $_$ | |
SELECT CASE WHEN geo... | |
pg_restore: [archiver (db)] Error from TOC entry 804; 1255 17113 FUNCTION st_polygonfromwkb(bytea, integer) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_polygonfromwkb" already exists with same argument types | |
Command was: CREATE FUNCTION st_polygonfromwkb(bytea, integer) RETURNS geometry | |
LANGUAGE sql IMMUTABLE STRICT | |
AS $_$ | |
SELECT CASE... | |
pg_restore: [archiver (db)] Error from TOC entry 454; 1255 16708 FUNCTION st_polygonize(geometry[]) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_polygonize" already exists with same argument types | |
Command was: CREATE FUNCTION st_polygonize(geometry[]) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT COST 100 | |
AS '$libdir/postgis-... | |
pg_restore: [archiver (db)] Error from TOC entry 453; 1255 16707 FUNCTION st_polygonize_garray(geometry[]) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION st_polygonize_garray(geometry[]) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT COST 100 | |
AS '$libdir/p... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.st_polygonize_garray(geometry[]) does not exist | |
Command was: ALTER FUNCTION public.st_polygonize_garray(geometry[]) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 271; 1255 16492 FUNCTION st_postgis_gist_joinsel(internal, oid, internal, smallint) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION st_postgis_gist_joinsel(internal, oid, internal, smallint) RETURNS double precision | |
LANGUAGE c | |
AS '$... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.st_postgis_gist_joinsel(internal, oid, internal, smallint) does not exist | |
Command was: ALTER FUNCTION public.st_postgis_gist_joinsel(internal, oid, internal, smallint) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 270; 1255 16491 FUNCTION st_postgis_gist_sel(internal, oid, internal, integer) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION st_postgis_gist_sel(internal, oid, internal, integer) RETURNS double precision | |
LANGUAGE c | |
AS '$libdi... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.st_postgis_gist_sel(internal, oid, internal, integer) does not exist | |
Command was: ALTER FUNCTION public.st_postgis_gist_sel(internal, oid, internal, integer) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 605; 1255 16914 FUNCTION st_relate(geometry, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_relate" already exists with same argument types | |
Command was: CREATE FUNCTION st_relate(geometry, geometry) RETURNS text | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 're... | |
pg_restore: [archiver (db)] Error from TOC entry 607; 1255 16916 FUNCTION st_relate(geometry, geometry, text) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_relate" already exists with same argument types | |
Command was: CREATE FUNCTION st_relate(geometry, geometry, text) RETURNS boolean | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-... | |
pg_restore: [archiver (db)] Error from TOC entry 442; 1255 16696 FUNCTION st_removepoint(geometry, integer) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_removepoint" already exists with same argument types | |
Command was: CREATE FUNCTION st_removepoint(geometry, integer) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1... | |
pg_restore: [archiver (db)] Error from TOC entry 394; 1255 16648 FUNCTION st_reverse(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_reverse" already exists with same argument types | |
Command was: CREATE FUNCTION st_reverse(geometry) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWGEOM_... | |
pg_restore: [archiver (db)] Error from TOC entry 210; 1255 16410 FUNCTION st_rotate(geometry, double precision) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_rotate" already exists with same argument types | |
Command was: CREATE FUNCTION st_rotate(geometry, double precision) RETURNS geometry | |
LANGUAGE sql IMMUTABLE STRICT | |
AS $_$SELECT ro... | |
pg_restore: [archiver (db)] Error from TOC entry 212; 1255 16412 FUNCTION st_rotatex(geometry, double precision) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_rotatex" already exists with same argument types | |
Command was: CREATE FUNCTION st_rotatex(geometry, double precision) RETURNS geometry | |
LANGUAGE sql IMMUTABLE STRICT | |
AS $_$SELECT a... | |
pg_restore: [archiver (db)] Error from TOC entry 214; 1255 16414 FUNCTION st_rotatey(geometry, double precision) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_rotatey" already exists with same argument types | |
Command was: CREATE FUNCTION st_rotatey(geometry, double precision) RETURNS geometry | |
LANGUAGE sql IMMUTABLE STRICT | |
AS $_$SELECT a... | |
pg_restore: [archiver (db)] Error from TOC entry 208; 1255 16408 FUNCTION st_rotatez(geometry, double precision) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_rotatez" already exists with same argument types | |
Command was: CREATE FUNCTION st_rotatez(geometry, double precision) RETURNS geometry | |
LANGUAGE sql IMMUTABLE STRICT | |
AS $_$SELECT a... | |
pg_restore: [archiver (db)] Error from TOC entry 222; 1255 16422 FUNCTION st_scale(geometry, double precision, double precision) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_scale" already exists with same argument types | |
Command was: CREATE FUNCTION st_scale(geometry, double precision, double precision) RETURNS geometry | |
LANGUAGE sql IMMUTABLE STRICT | |
... | |
pg_restore: [archiver (db)] Error from TOC entry 220; 1255 16420 FUNCTION st_scale(geometry, double precision, double precision, double precision) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_scale" already exists with same argument types | |
Command was: CREATE FUNCTION st_scale(geometry, double precision, double precision, double precision) RETURNS geometry | |
LANGUAGE sql I... | |
pg_restore: [archiver (db)] Error from TOC entry 551; 1255 16845 FUNCTION st_segmentize(geometry, double precision) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_segmentize" already exists with same argument types | |
Command was: CREATE FUNCTION st_segmentize(geometry, double precision) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/p... | |
pg_restore: [archiver (db)] Error from TOC entry 329; 1255 16583 FUNCTION st_setfactor(chip, real) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION st_setfactor(chip, real) RETURNS chip | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'CHIP_se... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.st_setfactor(chip, real) does not exist | |
Command was: ALTER FUNCTION public.st_setfactor(chip, real) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 444; 1255 16698 FUNCTION st_setpoint(geometry, integer, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_setpoint" already exists with same argument types | |
Command was: CREATE FUNCTION st_setpoint(geometry, integer, geometry) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/po... | |
pg_restore: [archiver (db)] Error from TOC entry 723; 1255 17032 FUNCTION st_setsrid(geometry, integer) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_setsrid" already exists with same argument types | |
Command was: CREATE FUNCTION st_setsrid(geometry, integer) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5',... | |
pg_restore: [archiver (db)] Error from TOC entry 226; 1255 16426 FUNCTION st_shift_longitude(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_shift_longitude" already exists with same argument types | |
Command was: CREATE FUNCTION st_shift_longitude(geometry) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', ... | |
pg_restore: [archiver (db)] Error from TOC entry 838; 1255 17147 FUNCTION st_shortestline(geometry, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_shortestline" already exists with same argument types | |
Command was: CREATE FUNCTION st_shortestline(geometry, geometry) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis... | |
pg_restore: [archiver (db)] Error from TOC entry 541; 1255 16835 FUNCTION st_simplify(geometry, double precision) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_simplify" already exists with same argument types | |
Command was: CREATE FUNCTION st_simplify(geometry, double precision) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/pos... | |
pg_restore: [archiver (db)] Error from TOC entry 576; 1255 16870 FUNCTION st_simplifypreservetopology(geometry, double precision) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_simplifypreservetopology" already exists with same argument types | |
Command was: CREATE FUNCTION st_simplifypreservetopology(geometry, double precision) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT COS... | |
pg_restore: [archiver (db)] Error from TOC entry 547; 1255 16841 FUNCTION st_snaptogrid(geometry, double precision) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_snaptogrid" already exists with same argument types | |
Command was: CREATE FUNCTION st_snaptogrid(geometry, double precision) RETURNS geometry | |
LANGUAGE sql IMMUTABLE STRICT | |
AS $_$SELEC... | |
pg_restore: [archiver (db)] Error from TOC entry 545; 1255 16839 FUNCTION st_snaptogrid(geometry, double precision, double precision) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_snaptogrid" already exists with same argument types | |
Command was: CREATE FUNCTION st_snaptogrid(geometry, double precision, double precision) RETURNS geometry | |
LANGUAGE sql IMMUTABLE STRI... | |
pg_restore: [archiver (db)] Error from TOC entry 543; 1255 16837 FUNCTION st_snaptogrid(geometry, double precision, double precision, double precision, double precision) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_snaptogrid" already exists with same argument types | |
Command was: CREATE FUNCTION st_snaptogrid(geometry, double precision, double precision, double precision, double precision) RETURNS geom... | |
pg_restore: [archiver (db)] Error from TOC entry 549; 1255 16843 FUNCTION st_snaptogrid(geometry, geometry, double precision, double precision, double precision, double precision) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_snaptogrid" already exists with same argument types | |
Command was: CREATE FUNCTION st_snaptogrid(geometry, geometry, double precision, double precision, double precision, double precision) RE... | |
pg_restore: [archiver (db)] Error from TOC entry 186; 1255 16386 FUNCTION st_spheroid_in(cstring) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION st_spheroid_in(cstring) RETURNS spheroid | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'elli... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.st_spheroid_in(cstring) does not exist | |
Command was: ALTER FUNCTION public.st_spheroid_in(cstring) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 190; 1255 16387 FUNCTION st_spheroid_out(spheroid) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION st_spheroid_out(spheroid) RETURNS cstring | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'ell... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.st_spheroid_out(spheroid) does not exist | |
Command was: ALTER FUNCTION public.st_spheroid_out(spheroid) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 316; 1255 16570 FUNCTION st_srid(chip) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION st_srid(chip) RETURNS integer | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'CHIP_getSRID'; | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.st_srid(chip) does not exist | |
Command was: ALTER FUNCTION public.st_srid(chip) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 721; 1255 17030 FUNCTION st_srid(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_srid" already exists with same argument types | |
Command was: CREATE FUNCTION st_srid(geometry) RETURNS integer | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWGEOM_getS... | |
pg_restore: [archiver (db)] Error from TOC entry 713; 1255 17022 FUNCTION st_startpoint(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_startpoint" already exists with same argument types | |
Command was: CREATE FUNCTION st_startpoint(geometry) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWGE... | |
pg_restore: [archiver (db)] Error from TOC entry 333; 1255 16587 FUNCTION st_summary(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_summary" already exists with same argument types | |
Command was: CREATE FUNCTION st_summary(geometry) RETURNS text | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWGEOM_summ... | |
pg_restore: [archiver (db)] Error from TOC entry 585; 1255 16879 FUNCTION st_symdifference(geometry, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_symdifference" already exists with same argument types | |
Command was: CREATE FUNCTION st_symdifference(geometry, geometry) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgi... | |
pg_restore: [archiver (db)] Error from TOC entry 587; 1255 16881 FUNCTION st_symmetricdifference(geometry, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_symmetricdifference" already exists with same argument types | |
Command was: CREATE FUNCTION st_symmetricdifference(geometry, geometry) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/... | |
pg_restore: [archiver (db)] Error from TOC entry 516; 1255 16794 FUNCTION st_text(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION st_text(geometry) RETURNS text | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWGEOM_to_text... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.st_text(geometry) does not exist | |
Command was: ALTER FUNCTION public.st_text(geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 612; 1255 16921 FUNCTION st_touches(geometry, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_touches" already exists with same argument types | |
Command was: CREATE FUNCTION st_touches(geometry, geometry) RETURNS boolean | |
LANGUAGE sql IMMUTABLE | |
AS $_$SELECT $1 && $2 AND _ST_... | |
pg_restore: [archiver (db)] Error from TOC entry 499; 1255 16776 FUNCTION st_transform(geometry, integer) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_transform" already exists with same argument types | |
Command was: CREATE FUNCTION st_transform(geometry, integer) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5... | |
pg_restore: [archiver (db)] Error from TOC entry 218; 1255 16418 FUNCTION st_translate(geometry, double precision, double precision) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_translate" already exists with same argument types | |
Command was: CREATE FUNCTION st_translate(geometry, double precision, double precision) RETURNS geometry | |
LANGUAGE sql IMMUTABLE STRIC... | |
pg_restore: [archiver (db)] Error from TOC entry 216; 1255 16416 FUNCTION st_translate(geometry, double precision, double precision, double precision) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_translate" already exists with same argument types | |
Command was: CREATE FUNCTION st_translate(geometry, double precision, double precision, double precision) RETURNS geometry | |
LANGUAGE s... | |
pg_restore: [archiver (db)] Error from TOC entry 224; 1255 16424 FUNCTION st_transscale(geometry, double precision, double precision, double precision, double precision) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_transscale" already exists with same argument types | |
Command was: CREATE FUNCTION st_transscale(geometry, double precision, double precision, double precision, double precision) RETURNS geom... | |
pg_restore: [archiver (db)] Error from TOC entry 603; 1255 16905 FUNCTION st_union(geometry[]) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_union" already exists with same argument types | |
Command was: CREATE FUNCTION st_union(geometry[]) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'pgis_un... | |
pg_restore: [archiver (db)] Error from TOC entry 589; 1255 16883 FUNCTION st_union(geometry, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_union" already exists with same argument types | |
Command was: CREATE FUNCTION st_union(geometry, geometry) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', ... | |
pg_restore: [archiver (db)] Error from TOC entry 602; 1255 16904 FUNCTION st_unite_garray(geometry[]) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION st_unite_garray(geometry[]) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', '... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.st_unite_garray(geometry[]) does not exist | |
Command was: ALTER FUNCTION public.st_unite_garray(geometry[]) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 322; 1255 16576 FUNCTION st_width(chip) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION st_width(chip) RETURNS integer | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'CHIP_getWidth'... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.st_width(chip) does not exist | |
Command was: ALTER FUNCTION public.st_width(chip) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 623; 1255 16932 FUNCTION st_within(geometry, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_within" already exists with same argument types | |
Command was: CREATE FUNCTION st_within(geometry, geometry) RETURNS boolean | |
LANGUAGE sql IMMUTABLE | |
AS $_$SELECT $1 && $2 AND _ST_W... | |
pg_restore: [archiver (db)] Error from TOC entry 864; 1255 17170 FUNCTION st_wkbtosql(bytea) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_wkbtosql" already exists with same argument types | |
Command was: CREATE FUNCTION st_wkbtosql(bytea) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWGEOM_fr... | |
pg_restore: [archiver (db)] Error from TOC entry 863; 1255 17169 FUNCTION st_wkttosql(text) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_wkttosql" already exists with same argument types | |
Command was: CREATE FUNCTION st_wkttosql(text) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWGEOM_fro... | |
pg_restore: [archiver (db)] Error from TOC entry 705; 1255 17014 FUNCTION st_x(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_x" already exists with same argument types | |
Command was: CREATE FUNCTION st_x(geometry) RETURNS double precision | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWGEO... | |
pg_restore: [archiver (db)] Error from TOC entry 243; 1255 16448 FUNCTION st_xmax(box3d) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_xmax" already exists with same argument types | |
Command was: CREATE FUNCTION st_xmax(box3d) RETURNS double precision | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'BOX3D... | |
pg_restore: [archiver (db)] Error from TOC entry 237; 1255 16442 FUNCTION st_xmin(box3d) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_xmin" already exists with same argument types | |
Command was: CREATE FUNCTION st_xmin(box3d) RETURNS double precision | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'BOX3D... | |
pg_restore: [archiver (db)] Error from TOC entry 707; 1255 17016 FUNCTION st_y(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_y" already exists with same argument types | |
Command was: CREATE FUNCTION st_y(geometry) RETURNS double precision | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWGEO... | |
pg_restore: [archiver (db)] Error from TOC entry 245; 1255 16450 FUNCTION st_ymax(box3d) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_ymax" already exists with same argument types | |
Command was: CREATE FUNCTION st_ymax(box3d) RETURNS double precision | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'BOX3D... | |
pg_restore: [archiver (db)] Error from TOC entry 239; 1255 16444 FUNCTION st_ymin(box3d) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_ymin" already exists with same argument types | |
Command was: CREATE FUNCTION st_ymin(box3d) RETURNS double precision | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'BOX3D... | |
pg_restore: [archiver (db)] Error from TOC entry 709; 1255 17018 FUNCTION st_z(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_z" already exists with same argument types | |
Command was: CREATE FUNCTION st_z(geometry) RETURNS double precision | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWGEO... | |
pg_restore: [archiver (db)] Error from TOC entry 247; 1255 16452 FUNCTION st_zmax(box3d) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_zmax" already exists with same argument types | |
Command was: CREATE FUNCTION st_zmax(box3d) RETURNS double precision | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'BOX3D... | |
pg_restore: [archiver (db)] Error from TOC entry 400; 1255 16654 FUNCTION st_zmflag(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_zmflag" already exists with same argument types | |
Command was: CREATE FUNCTION st_zmflag(geometry) RETURNS smallint | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWGEOM_z... | |
pg_restore: [archiver (db)] Error from TOC entry 241; 1255 16446 FUNCTION st_zmin(box3d) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_zmin" already exists with same argument types | |
Command was: CREATE FUNCTION st_zmin(box3d) RETURNS double precision | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'BOX3D... | |
pg_restore: [archiver (db)] Error from TOC entry 712; 1255 17021 FUNCTION startpoint(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION startpoint(geometry) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWGEOM_... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.startpoint(geometry) does not exist | |
Command was: ALTER FUNCTION public.startpoint(geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 332; 1255 16586 FUNCTION summary(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION summary(geometry) RETURNS text | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWGEOM_summary... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.summary(geometry) does not exist | |
Command was: ALTER FUNCTION public.summary(geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 584; 1255 16878 FUNCTION symdifference(geometry, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION symdifference(geometry, geometry) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.symdifference(geometry, geometry) does not exist | |
Command was: ALTER FUNCTION public.symdifference(geometry, geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 586; 1255 16880 FUNCTION symmetricdifference(geometry, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION symmetricdifference(geometry, geometry) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/pos... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.symmetricdifference(geometry, geometry) does not exist | |
Command was: ALTER FUNCTION public.symmetricdifference(geometry, geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 532; 1255 16810 FUNCTION text(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "text" already exists with same argument types | |
Command was: CREATE FUNCTION text(geometry) RETURNS text | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWGEOM_to_text'; | |
pg_restore: [archiver (db)] Error from TOC entry 610; 1255 16919 FUNCTION touches(geometry, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION touches(geometry, geometry) RETURNS boolean | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 't... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.touches(geometry, geometry) does not exist | |
Command was: ALTER FUNCTION public.touches(geometry, geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 498; 1255 16775 FUNCTION transform(geometry, integer) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION transform(geometry, integer) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', ... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.transform(geometry, integer) does not exist | |
Command was: ALTER FUNCTION public.transform(geometry, integer) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 601; 1255 16903 FUNCTION unite_garray(geometry[]) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION unite_garray(geometry[]) RETURNS geometry | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'pgi... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.unite_garray(geometry[]) does not exist | |
Command was: ALTER FUNCTION public.unite_garray(geometry[]) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 848; 1255 17156 FUNCTION unlockrows(text) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "unlockrows" already exists with same argument types | |
Command was: CREATE FUNCTION unlockrows(text) RETURNS integer | |
LANGUAGE plpgsql STRICT | |
AS $_$ | |
DECLARE | |
ret int; | |
BEGIN | |
IF NOT Lo... | |
pg_restore: [archiver (db)] Error from TOC entry 494; 1255 16771 FUNCTION updategeometrysrid(character varying, character varying, integer) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "updategeometrysrid" already exists with same argument types | |
Command was: CREATE FUNCTION updategeometrysrid(character varying, character varying, integer) RETURNS text | |
LANGUAGE plpgsql STRICT | |
... | |
pg_restore: [archiver (db)] Error from TOC entry 493; 1255 16770 FUNCTION updategeometrysrid(character varying, character varying, character varying, integer) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "updategeometrysrid" already exists with same argument types | |
Command was: CREATE FUNCTION updategeometrysrid(character varying, character varying, character varying, integer) RETURNS text | |
LANGUA... | |
pg_restore: [archiver (db)] Error from TOC entry 492; 1255 16769 FUNCTION updategeometrysrid(character varying, character varying, character varying, character varying, integer) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "updategeometrysrid" already exists with same argument types | |
Command was: CREATE FUNCTION updategeometrysrid(character varying, character varying, character varying, character varying, integer) RETU... | |
pg_restore: [archiver (db)] Error from TOC entry 321; 1255 16575 FUNCTION width(chip) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION width(chip) RETURNS integer | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'CHIP_getWidth'; | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.width(chip) does not exist | |
Command was: ALTER FUNCTION public.width(chip) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 621; 1255 16930 FUNCTION within(geometry, geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION within(geometry, geometry) RETURNS boolean | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'wi... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.within(geometry, geometry) does not exist | |
Command was: ALTER FUNCTION public.within(geometry, geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 704; 1255 17013 FUNCTION x(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION x(geometry) RETURNS double precision | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWGEOM_x... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.x(geometry) does not exist | |
Command was: ALTER FUNCTION public.x(geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 242; 1255 16447 FUNCTION xmax(box3d) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION xmax(box3d) RETURNS double precision | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'BOX3D_xm... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.xmax(box3d) does not exist | |
Command was: ALTER FUNCTION public.xmax(box3d) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 236; 1255 16441 FUNCTION xmin(box3d) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION xmin(box3d) RETURNS double precision | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'BOX3D_xm... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.xmin(box3d) does not exist | |
Command was: ALTER FUNCTION public.xmin(box3d) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 706; 1255 17015 FUNCTION y(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION y(geometry) RETURNS double precision | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWGEOM_y... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.y(geometry) does not exist | |
Command was: ALTER FUNCTION public.y(geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 244; 1255 16449 FUNCTION ymax(box3d) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION ymax(box3d) RETURNS double precision | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'BOX3D_ym... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.ymax(box3d) does not exist | |
Command was: ALTER FUNCTION public.ymax(box3d) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 238; 1255 16443 FUNCTION ymin(box3d) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION ymin(box3d) RETURNS double precision | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'BOX3D_ym... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.ymin(box3d) does not exist | |
Command was: ALTER FUNCTION public.ymin(box3d) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 708; 1255 17017 FUNCTION z(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION z(geometry) RETURNS double precision | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWGEOM_z... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.z(geometry) does not exist | |
Command was: ALTER FUNCTION public.z(geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 246; 1255 16451 FUNCTION zmax(box3d) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION zmax(box3d) RETURNS double precision | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'BOX3D_zm... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.zmax(box3d) does not exist | |
Command was: ALTER FUNCTION public.zmax(box3d) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 399; 1255 16653 FUNCTION zmflag(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION zmflag(geometry) RETURNS smallint | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'LWGEOM_zmfl... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.zmflag(geometry) does not exist | |
Command was: ALTER FUNCTION public.zmflag(geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 240; 1255 16445 FUNCTION zmin(box3d) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: could not access file "$libdir/postgis-1.5": No such file or directory | |
Command was: CREATE FUNCTION zmin(box3d) RETURNS double precision | |
LANGUAGE c IMMUTABLE STRICT | |
AS '$libdir/postgis-1.5', 'BOX3D_zm... | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.zmin(box3d) does not exist | |
Command was: ALTER FUNCTION public.zmin(box3d) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 1353; 1255 16724 AGGREGATE extent(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: type "box3d_extent" is only a shell | |
Command was: CREATE AGGREGATE extent(geometry) ( | |
SFUNC = public.st_combine_bbox, | |
STYPE = box3d_extent | |
); | |
pg_restore: [archiver (db)] could not execute query: ERROR: aggregate public.extent(geometry) does not exist | |
Command was: ALTER AGGREGATE public.extent(geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 1355; 1255 16728 AGGREGATE extent3d(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function public.combine_bbox(box3d, geometry) does not exist | |
Command was: CREATE AGGREGATE extent3d(geometry) ( | |
SFUNC = public.combine_bbox, | |
STYPE = box3d | |
); | |
pg_restore: [archiver (db)] could not execute query: ERROR: aggregate public.extent3d(geometry) does not exist | |
Command was: ALTER AGGREGATE public.extent3d(geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 1359; 1255 16889 AGGREGATE memgeomunion(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function geomunion(geometry, geometry) does not exist | |
Command was: CREATE AGGREGATE memgeomunion(geometry) ( | |
SFUNC = geomunion, | |
STYPE = geometry | |
); | |
pg_restore: [archiver (db)] could not execute query: ERROR: aggregate public.memgeomunion(geometry) does not exist | |
Command was: ALTER AGGREGATE public.memgeomunion(geometry) OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 1362; 1255 16902 AGGREGATE st_accum(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_accum" already exists with same argument types | |
Command was: CREATE AGGREGATE st_accum(geometry) ( | |
SFUNC = pgis_geometry_accum_transfn, | |
STYPE = pgis_abs, | |
FINALFUNC = pgis_ge... | |
pg_restore: [archiver (db)] Error from TOC entry 1365; 1255 16908 AGGREGATE st_collect(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_collect" already exists with same argument types | |
Command was: CREATE AGGREGATE st_collect(geometry) ( | |
SFUNC = pgis_geometry_accum_transfn, | |
STYPE = pgis_abs, | |
FINALFUNC = pgis_... | |
pg_restore: [archiver (db)] Error from TOC entry 1354; 1255 16725 AGGREGATE st_extent(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: type "box3d_extent" is only a shell | |
Command was: CREATE AGGREGATE st_extent(geometry) ( | |
SFUNC = public.st_combine_bbox, | |
STYPE = box3d_extent | |
); | |
pg_restore: [archiver (db)] Error from TOC entry 1369; 1255 16912 AGGREGATE st_makeline(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_makeline" already exists with same argument types | |
Command was: CREATE AGGREGATE st_makeline(geometry) ( | |
SFUNC = pgis_geometry_accum_transfn, | |
STYPE = pgis_abs, | |
FINALFUNC = pgis... | |
pg_restore: [archiver (db)] Error from TOC entry 1358; 1255 16887 AGGREGATE st_memcollect(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_memcollect" already exists with same argument types | |
Command was: CREATE AGGREGATE st_memcollect(geometry) ( | |
SFUNC = public.st_collect, | |
STYPE = geometry | |
); | |
pg_restore: [archiver (db)] Error from TOC entry 1360; 1255 16890 AGGREGATE st_memunion(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_memunion" already exists with same argument types | |
Command was: CREATE AGGREGATE st_memunion(geometry) ( | |
SFUNC = public.st_union, | |
STYPE = geometry | |
); | |
pg_restore: [archiver (db)] Error from TOC entry 1367; 1255 16910 AGGREGATE st_polygonize(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_polygonize" already exists with same argument types | |
Command was: CREATE AGGREGATE st_polygonize(geometry) ( | |
SFUNC = pgis_geometry_accum_transfn, | |
STYPE = pgis_abs, | |
FINALFUNC = pg... | |
pg_restore: [archiver (db)] Error from TOC entry 1363; 1255 16906 AGGREGATE st_union(geometry) postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function "st_union" already exists with same argument types | |
Command was: CREATE AGGREGATE st_union(geometry) ( | |
SFUNC = pgis_geometry_accum_transfn, | |
STYPE = pgis_abs, | |
FINALFUNC = pgis_ge... | |
pg_restore: [archiver (db)] Error from TOC entry 2084; 2617 16528 OPERATOR && postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function geometry_overlap(geometry, geometry) does not exist | |
Command was: CREATE OPERATOR && ( | |
PROCEDURE = geometry_overlap, | |
LEFTARG = geometry, | |
RIGHTARG = geometry, | |
COMMUTATOR = &&,... | |
pg_restore: [archiver (db)] Error from TOC entry 2092; 2617 17225 OPERATOR && postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: operator && already exists | |
Command was: CREATE OPERATOR && ( | |
PROCEDURE = geography_overlaps, | |
LEFTARG = geography, | |
RIGHTARG = geography, | |
COMMUTATOR =... | |
pg_restore: [archiver (db)] Error from TOC entry 2081; 2617 16523 OPERATOR &< postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: operator &< already exists | |
Command was: CREATE OPERATOR &< ( | |
PROCEDURE = geometry_overleft, | |
LEFTARG = geometry, | |
RIGHTARG = geometry, | |
COMMUTATOR = &>... | |
pg_restore: [archiver (db)] Error from TOC entry 2083; 2617 16527 OPERATOR &<| postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: operator &<| already exists | |
Command was: CREATE OPERATOR &<| ( | |
PROCEDURE = geometry_overbelow, | |
LEFTARG = geometry, | |
RIGHTARG = geometry, | |
COMMUTATOR = ... | |
pg_restore: [archiver (db)] Error from TOC entry 2085; 2617 16522 OPERATOR &> postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: operator &> already exists | |
Command was: CREATE OPERATOR &> ( | |
PROCEDURE = geometry_overright, | |
LEFTARG = geometry, | |
RIGHTARG = geometry, | |
COMMUTATOR = &... | |
pg_restore: [archiver (db)] Error from TOC entry 2075; 2617 16478 OPERATOR < postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: operator < already exists | |
Command was: CREATE OPERATOR < ( | |
PROCEDURE = geometry_lt, | |
LEFTARG = geometry, | |
RIGHTARG = geometry, | |
COMMUTATOR = >, | |
NE... | |
pg_restore: [archiver (db)] Error from TOC entry 2093; 2617 17244 OPERATOR < postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: operator < already exists | |
Command was: CREATE OPERATOR < ( | |
PROCEDURE = geography_lt, | |
LEFTARG = geography, | |
RIGHTARG = geography, | |
COMMUTATOR = >, | |
... | |
pg_restore: [archiver (db)] Error from TOC entry 2080; 2617 16521 OPERATOR << postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: operator << already exists | |
Command was: CREATE OPERATOR << ( | |
PROCEDURE = geometry_left, | |
LEFTARG = geometry, | |
RIGHTARG = geometry, | |
COMMUTATOR = >>, | |
... | |
pg_restore: [archiver (db)] Error from TOC entry 2082; 2617 16525 OPERATOR <<| postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: operator <<| already exists | |
Command was: CREATE OPERATOR <<| ( | |
PROCEDURE = geometry_below, | |
LEFTARG = geometry, | |
RIGHTARG = geometry, | |
COMMUTATOR = |>>,... | |
pg_restore: [archiver (db)] Error from TOC entry 2076; 2617 16479 OPERATOR <= postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: operator <= already exists | |
Command was: CREATE OPERATOR <= ( | |
PROCEDURE = geometry_le, | |
LEFTARG = geometry, | |
RIGHTARG = geometry, | |
COMMUTATOR = >=, | |
... | |
pg_restore: [archiver (db)] Error from TOC entry 2094; 2617 17245 OPERATOR <= postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: operator <= already exists | |
Command was: CREATE OPERATOR <= ( | |
PROCEDURE = geography_le, | |
LEFTARG = geography, | |
RIGHTARG = geography, | |
COMMUTATOR = >=, | |
... | |
pg_restore: [archiver (db)] Error from TOC entry 2077; 2617 16480 OPERATOR = postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: operator = already exists | |
Command was: CREATE OPERATOR = ( | |
PROCEDURE = geometry_eq, | |
LEFTARG = geometry, | |
RIGHTARG = geometry, | |
COMMUTATOR = =, | |
RE... | |
pg_restore: [archiver (db)] Error from TOC entry 2095; 2617 17246 OPERATOR = postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: operator = already exists | |
Command was: CREATE OPERATOR = ( | |
PROCEDURE = geography_eq, | |
LEFTARG = geography, | |
RIGHTARG = geography, | |
COMMUTATOR = =, | |
... | |
pg_restore: [archiver (db)] Error from TOC entry 2079; 2617 16476 OPERATOR > postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: operator > already exists | |
Command was: CREATE OPERATOR > ( | |
PROCEDURE = geometry_gt, | |
LEFTARG = geometry, | |
RIGHTARG = geometry, | |
COMMUTATOR = <, | |
NE... | |
pg_restore: [archiver (db)] Error from TOC entry 2097; 2617 17242 OPERATOR > postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: operator > already exists | |
Command was: CREATE OPERATOR > ( | |
PROCEDURE = geography_gt, | |
LEFTARG = geography, | |
RIGHTARG = geography, | |
COMMUTATOR = <, | |
... | |
pg_restore: [archiver (db)] Error from TOC entry 2078; 2617 16477 OPERATOR >= postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: operator >= already exists | |
Command was: CREATE OPERATOR >= ( | |
PROCEDURE = geometry_ge, | |
LEFTARG = geometry, | |
RIGHTARG = geometry, | |
COMMUTATOR = <=, | |
... | |
pg_restore: [archiver (db)] Error from TOC entry 2096; 2617 17243 OPERATOR >= postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: operator >= already exists | |
Command was: CREATE OPERATOR >= ( | |
PROCEDURE = geography_ge, | |
LEFTARG = geography, | |
RIGHTARG = geography, | |
COMMUTATOR = <=, | |
... | |
pg_restore: [archiver (db)] Error from TOC entry 2086; 2617 16520 OPERATOR >> postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: operator >> already exists | |
Command was: CREATE OPERATOR >> ( | |
PROCEDURE = geometry_right, | |
LEFTARG = geometry, | |
RIGHTARG = geometry, | |
COMMUTATOR = <<, | |
... | |
pg_restore: [archiver (db)] Error from TOC entry 2090; 2617 16531 OPERATOR @ postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function geometry_contained(geometry, geometry) does not exist | |
Command was: CREATE OPERATOR @ ( | |
PROCEDURE = geometry_contained, | |
LEFTARG = geometry, | |
RIGHTARG = geometry, | |
COMMUTATOR = ~,... | |
pg_restore: [archiver (db)] Error from TOC entry 2087; 2617 16526 OPERATOR |&> postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: operator |&> already exists | |
Command was: CREATE OPERATOR |&> ( | |
PROCEDURE = geometry_overabove, | |
LEFTARG = geometry, | |
RIGHTARG = geometry, | |
COMMUTATOR = ... | |
pg_restore: [archiver (db)] Error from TOC entry 2088; 2617 16524 OPERATOR |>> postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: operator |>> already exists | |
Command was: CREATE OPERATOR |>> ( | |
PROCEDURE = geometry_above, | |
LEFTARG = geometry, | |
RIGHTARG = geometry, | |
COMMUTATOR = <<|,... | |
pg_restore: [archiver (db)] Error from TOC entry 2091; 2617 16530 OPERATOR ~ postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function geometry_contain(geometry, geometry) does not exist | |
Command was: CREATE OPERATOR ~ ( | |
PROCEDURE = geometry_contain, | |
LEFTARG = geometry, | |
RIGHTARG = geometry, | |
COMMUTATOR = @, | |
... | |
pg_restore: [archiver (db)] Error from TOC entry 2089; 2617 16529 OPERATOR ~= postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function geometry_samebox(geometry, geometry) does not exist | |
Command was: CREATE OPERATOR ~= ( | |
PROCEDURE = geometry_samebox, | |
LEFTARG = geometry, | |
RIGHTARG = geometry, | |
COMMUTATOR = ~=,... | |
pg_restore: [archiver (db)] Error from TOC entry 2213; 2616 17248 OPERATOR CLASS btree_geography_ops postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: operator class "btree_geography_ops" for access method "btree" already exists | |
Command was: CREATE OPERATOR CLASS btree_geography_ops | |
DEFAULT FOR TYPE geography USING btree AS | |
OPERATOR 1 <(geography,geography... | |
pg_restore: [archiver (db)] Error from TOC entry 2210; 2616 16482 OPERATOR CLASS btree_geometry_ops postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: operator class "btree_geometry_ops" for access method "btree" already exists | |
Command was: CREATE OPERATOR CLASS btree_geometry_ops | |
DEFAULT FOR TYPE geometry USING btree AS | |
OPERATOR 1 <(geometry,geometry) , | |
... | |
pg_restore: [archiver (db)] Error from TOC entry 2212; 2616 17227 OPERATOR CLASS gist_geography_ops postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function geography_gist_consistent(internal, geometry, integer) does not exist | |
Command was: CREATE OPERATOR CLASS gist_geography_ops | |
DEFAULT FOR TYPE geography USING gist AS | |
STORAGE gidx , | |
OPERATOR 3 &&(g... | |
pg_restore: [archiver (db)] Error from TOC entry 2211; 2616 16540 OPERATOR CLASS gist_geometry_ops postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function lwgeom_gist_consistent(internal, geometry, integer) does not exist | |
Command was: CREATE OPERATOR CLASS gist_geometry_ops | |
DEFAULT FOR TYPE geometry USING gist AS | |
STORAGE box2d , | |
OPERATOR 1 <<(ge... | |
pg_restore: [archiver (db)] could not execute query: ERROR: operator class "public.gist_geometry_ops" does not exist for access method "gist" | |
Command was: ALTER OPERATOR CLASS public.gist_geometry_ops USING gist OWNER TO postgres; | |
pg_restore: [archiver (db)] Error from TOC entry 2750; 2605 16822 CAST CAST (public.box2d AS public.box3d) | |
pg_restore: [archiver (db)] could not execute query: ERROR: cast from type public.box2d to type public.box3d already exists | |
Command was: CREATE CAST (public.box2d AS public.box3d) WITH FUNCTION public.box3d(public.box2d) AS IMPLICIT; | |
pg_restore: [archiver (db)] Error from TOC entry 2749; 2605 16823 CAST CAST (public.box2d AS public.geometry) | |
pg_restore: [archiver (db)] could not execute query: ERROR: cast from type public.box2d to type public.geometry already exists | |
Command was: CREATE CAST (public.box2d AS public.geometry) WITH FUNCTION public.geometry(public.box2d) AS IMPLICIT; | |
pg_restore: [archiver (db)] Error from TOC entry 2743; 2605 16824 CAST CAST (public.box3d AS box) | |
pg_restore: [archiver (db)] could not execute query: ERROR: cast from type public.box3d to type box already exists | |
Command was: CREATE CAST (public.box3d AS box) WITH FUNCTION public.box(public.box3d) AS IMPLICIT; | |
pg_restore: [archiver (db)] Error from TOC entry 2745; 2605 16821 CAST CAST (public.box3d AS public.box2d) | |
pg_restore: [archiver (db)] could not execute query: ERROR: cast from type public.box3d to type public.box2d already exists | |
Command was: CREATE CAST (public.box3d AS public.box2d) WITH FUNCTION public.box2d(public.box3d) AS IMPLICIT; | |
pg_restore: [archiver (db)] Error from TOC entry 2744; 2605 16825 CAST CAST (public.box3d AS public.geometry) | |
pg_restore: [archiver (db)] could not execute query: ERROR: cast from type public.box3d to type public.geometry already exists | |
Command was: CREATE CAST (public.box3d AS public.geometry) WITH FUNCTION public.geometry(public.box3d) AS IMPLICIT; | |
pg_restore: [archiver (db)] Error from TOC entry 2748; 2605 16832 CAST CAST (public.box3d_extent AS public.box2d) | |
pg_restore: [archiver (db)] could not execute query: ERROR: type "public.box3d_extent" is only a shell | |
Command was: CREATE CAST (public.box3d_extent AS public.box2d) WITH FUNCTION public.box2d(public.box3d_extent) AS IMPLICIT; | |
pg_restore: [archiver (db)] Error from TOC entry 2747; 2605 16831 CAST CAST (public.box3d_extent AS public.box3d) | |
pg_restore: [archiver (db)] could not execute query: ERROR: type "public.box3d_extent" is only a shell | |
Command was: CREATE CAST (public.box3d_extent AS public.box3d) WITH FUNCTION public.box3d_extent(public.box3d_extent) AS IMPLICIT; | |
pg_restore: [archiver (db)] Error from TOC entry 2746; 2605 16833 CAST CAST (public.box3d_extent AS public.geometry) | |
pg_restore: [archiver (db)] could not execute query: ERROR: type "public.box3d_extent" is only a shell | |
Command was: CREATE CAST (public.box3d_extent AS public.geometry) WITH FUNCTION public.geometry(public.box3d_extent) AS IMPLICIT; | |
pg_restore: [archiver (db)] Error from TOC entry 2548; 2605 16829 CAST CAST (bytea AS public.geometry) | |
pg_restore: [archiver (db)] could not execute query: ERROR: cast from type bytea to type public.geometry already exists | |
Command was: CREATE CAST (bytea AS public.geometry) WITH FUNCTION public.geometry(bytea) AS IMPLICIT; | |
pg_restore: [archiver (db)] Error from TOC entry 2751; 2605 16828 CAST CAST (public.chip AS public.geometry) | |
pg_restore: [archiver (db)] could not execute query: ERROR: type "public.chip" is only a shell | |
Command was: CREATE CAST (public.chip AS public.geometry) WITH FUNCTION public.geometry(public.chip) AS IMPLICIT; | |
pg_restore: [archiver (db)] Error from TOC entry 2753; 2605 17195 CAST CAST (public.geography AS public.geography) | |
pg_restore: [archiver (db)] could not execute query: ERROR: cast from type public.geography to type public.geography already exists | |
Command was: CREATE CAST (public.geography AS public.geography) WITH FUNCTION public.geography(public.geography, integer, boolean) AS IMP... | |
pg_restore: [archiver (db)] Error from TOC entry 2752; 2605 17214 CAST CAST (public.geography AS public.geometry) | |
pg_restore: [archiver (db)] could not execute query: ERROR: cast from type public.geography to type public.geometry already exists | |
Command was: CREATE CAST (public.geography AS public.geometry) WITH FUNCTION public.geometry(public.geography); | |
pg_restore: [archiver (db)] Error from TOC entry 2739; 2605 16820 CAST CAST (public.geometry AS box) | |
pg_restore: [archiver (db)] could not execute query: ERROR: cast from type public.geometry to type box already exists | |
Command was: CREATE CAST (public.geometry AS box) WITH FUNCTION public.box(public.geometry) AS IMPLICIT; | |
pg_restore: [archiver (db)] Error from TOC entry 2741; 2605 16818 CAST CAST (public.geometry AS public.box2d) | |
pg_restore: [archiver (db)] could not execute query: ERROR: cast from type public.geometry to type public.box2d already exists | |
Command was: CREATE CAST (public.geometry AS public.box2d) WITH FUNCTION public.box2d(public.geometry) AS IMPLICIT; | |
pg_restore: [archiver (db)] Error from TOC entry 2740; 2605 16819 CAST CAST (public.geometry AS public.box3d) | |
pg_restore: [archiver (db)] could not execute query: ERROR: cast from type public.geometry to type public.box3d already exists | |
Command was: CREATE CAST (public.geometry AS public.box3d) WITH FUNCTION public.box3d(public.geometry) AS IMPLICIT; | |
pg_restore: [archiver (db)] Error from TOC entry 2737; 2605 16830 CAST CAST (public.geometry AS bytea) | |
pg_restore: [archiver (db)] could not execute query: ERROR: cast from type public.geometry to type bytea already exists | |
Command was: CREATE CAST (public.geometry AS bytea) WITH FUNCTION public.bytea(public.geometry) AS IMPLICIT; | |
pg_restore: [archiver (db)] Error from TOC entry 2742; 2605 17212 CAST CAST (public.geometry AS public.geography) | |
pg_restore: [archiver (db)] could not execute query: ERROR: cast from type public.geometry to type public.geography already exists | |
Command was: CREATE CAST (public.geometry AS public.geography) WITH FUNCTION public.geography(public.geometry) AS IMPLICIT; | |
pg_restore: [archiver (db)] Error from TOC entry 2738; 2605 16827 CAST CAST (public.geometry AS text) | |
pg_restore: [archiver (db)] could not execute query: ERROR: cast from type public.geometry to type text already exists | |
Command was: CREATE CAST (public.geometry AS text) WITH FUNCTION public.text(public.geometry) AS IMPLICIT; | |
pg_restore: [archiver (db)] Error from TOC entry 2614; 2605 16826 CAST CAST (text AS public.geometry) | |
pg_restore: [archiver (db)] could not execute query: ERROR: cast from type text to type public.geometry already exists | |
Command was: CREATE CAST (text AS public.geometry) WITH FUNCTION public.geometry(text) AS IMPLICIT; | |
pg_restore: [archiver (db)] Error from TOC entry 145; 1259 17206 VIEW geography_columns postgres | |
pg_restore: [archiver (db)] could not execute query: ERROR: function geography_typmod_dims(integer) does not exist | |
LINE 2: ...AS f_table_name, a.attname AS f_geography_column, geography_... | |
^ | |
HINT: No function matches the given name and argument types. You might need to add explicit type casts. | |
Command was: CREATE VIEW geography_columns AS | |
SELECT current_database() AS f_table_catalog, n.nspname AS f_table_schema, c.relname AS... | |
pg_restore: [archiver (db)] Error from TOC entry 144; 1259 16746 TABLE geometry_columns django | |
pg_restore: [archiver (db)] could not execute query: ERROR: relation "geometry_columns" already exists | |
Command was: CREATE TABLE geometry_columns ( | |
f_table_catalog character varying(256) NOT NULL, | |
f_table_schema character varying(25... | |
pg_restore: [archiver (db)] Error from TOC entry 143; 1259 16738 TABLE spatial_ref_sys django | |
pg_restore: [archiver (db)] could not execute query: ERROR: relation "spatial_ref_sys" already exists | |
Command was: CREATE TABLE spatial_ref_sys ( | |
srid integer NOT NULL, | |
auth_name character varying(256), | |
auth_srid integer, | |
s... | |
pg_restore: [archiver (db)] Error from TOC entry 2871; 0 16746 TABLE DATA geometry_columns django | |
pg_restore: [archiver (db)] COPY failed for table "geometry_columns": ERROR: cannot copy to view "geometry_columns" | |
pg_restore: [archiver (db)] Error from TOC entry 2870; 0 16738 TABLE DATA spatial_ref_sys django | |
pg_restore: [archiver (db)] COPY failed for table "spatial_ref_sys": ERROR: duplicate key value violates unique constraint "spatial_ref_sys_pkey" | |
DETAIL: Key (srid)=(3819) already exists. | |
CONTEXT: COPY spatial_ref_sys, line 1: "3819 EPSG 3819 GEOGCS["HD1909",DATUM["Hungarian_Datum_1909",SPHEROID["Bessel 1841",6377397.155,299.1..." | |
pg_restore: [archiver (db)] Error from TOC entry 2782; 2606 16753 CONSTRAINT geometry_columns_pk django | |
pg_restore: [archiver (db)] could not execute query: ERROR: "geometry_columns" is not a table | |
Command was: ALTER TABLE ONLY geometry_columns | |
ADD CONSTRAINT geometry_columns_pk PRIMARY KEY (f_table_catalog, f_table_schema, f_tab... | |
pg_restore: [archiver (db)] Error from TOC entry 2780; 2606 16745 CONSTRAINT spatial_ref_sys_pkey django | |
pg_restore: [archiver (db)] could not execute query: ERROR: multiple primary keys for table "spatial_ref_sys" are not allowed | |
Command was: ALTER TABLE ONLY spatial_ref_sys | |
ADD CONSTRAINT spatial_ref_sys_pkey PRIMARY KEY (srid); | |
WARNING: errors ignored on restore: 1018 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment