Changeset: 1dffa7871a82 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=1dffa7871a82 Modified Files: geom/sql/40_geom.sql Branch: geo Log Message:
at the moment inserting to spatial_ref_sys is done with absolute pth which I need to comment before I push or it will cannot run. Inserting in the table all rows with "copy 3911 records into spatial_ref_sys from stdin ..." does not work if executed from 40_geom.sql although it works if hte command is executed after the server has loaded. diffs (12 lines): diff --git a/geom/sql/40_geom.sql b/geom/sql/40_geom.sql --- a/geom/sql/40_geom.sql +++ b/geom/sql/40_geom.sql @@ -53,7 +53,7 @@ create view geometry_columns as where y.schema_id=s.id and e.name='gdk_dbname'; -copy into spatial_ref_sys from '/export/scratch1/alvanaki/DEV/MonetDB/geom/sql/postgis_spatial_ref_sys.csv' using delimiters ','; +--copy into spatial_ref_sys from '/export/scratch1/alvanaki/DEV/MonetDB/geom/sql/postgis_spatial_ref_sys.csv' using delimiters ','; --CREATE TYPE Curve EXTERNAL NAME wkb; _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list