File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 39
39
40
40
// postgis
41
41
"postgis_lib_version" ,
42
+ "st_interiorringn" ,
43
+ "st_collectionhomogenize" ,
42
44
43
45
//dbeaver
44
46
"pg_get_expr" ,
Original file line number Diff line number Diff line change 1
1
Extension {
2
2
Name: "postgis"
3
3
InstallName: "$libdir/postgis-3"
4
- SqlPath: "../../../../../yql/pg_ext/postgis/libs/postgis/postgis/postgis.sql"
5
- SqlPath: "../../../../../yql/pg_ext/postgis/libs/postgis/spatial_ref_sys.sql"
6
- LibraryPath: "../../../../../yql/pg_ext/postgis/libs/postgis/libpostgis.so"
4
+ SqlPath: "../../../../../../ yql/pg_ext/postgis/libs/postgis/postgis/postgis.sql"
5
+ SqlPath: "../../../../../../ yql/pg_ext/postgis/libs/postgis/spatial_ref_sys.sql"
6
+ LibraryPath: "../../../../../../ yql/pg_ext/postgis/libs/postgis/libpostgis.so"
7
7
Version: "3.4.3dev"
8
8
}
9
9
Original file line number Diff line number Diff line change 9
9
10
10
SCRIPT_DIR=" $( dirname $( readlink -f " $0 " ) ) "
11
11
UDFS_DIR=" ${SCRIPT_DIR} /../../udfs"
12
- if [ -d " ${SCRIPT_DIR} /../../../../../yql" ]; then
13
- UDFS_DIR=" ${UDFS_DIR} ;${SCRIPT_DIR} /../../../../../yql/udfs"
12
+ if [ -d " ${SCRIPT_DIR} /../../../../../../ yql" ]; then
13
+ UDFS_DIR=" ${UDFS_DIR} ;${SCRIPT_DIR} /../../../../../../ yql/udfs"
14
14
fi
15
- if [ -d " ${SCRIPT_DIR} /../../../../../yql" ]; then
15
+ if [ -d " ${SCRIPT_DIR} /../../../../../../ yql" ]; then
16
16
PG_EXT_OPT=" --pg-ext pg_ext.txt"
17
17
else
18
18
PG_EXT_OPT=
You can’t perform that action at this time.
0 commit comments