File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw
55OPTIONS (database '/tmp/sqlite_fdw_test/common.db');
66--Testcase 4:
77CREATE EXTENSION IF NOT EXISTS postgis;
8+ NOTICE: extension "postgis" already exists, skipping
89--Testcase 5:
910CREATE EXTENSION postgis_raster;
1011--Testcase 6:
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw
55OPTIONS (database '/tmp/sqlite_fdw_test/common.db');
66--Testcase 4:
77CREATE EXTENSION IF NOT EXISTS postgis;
8+ NOTICE: extension "postgis" already exists, skipping
89--Testcase 5:
910CREATE EXTENSION postgis_raster;
1011--Testcase 6:
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw
55OPTIONS (database '/tmp/sqlite_fdw_test/common.db');
66--Testcase 4:
77CREATE EXTENSION IF NOT EXISTS postgis;
8+ NOTICE: extension "postgis" already exists, skipping
89--Testcase 5:
910CREATE EXTENSION postgis_raster;
1011--Testcase 6:
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw
55OPTIONS (database '/tmp/sqlite_fdw_test/common.db');
66--Testcase 4:
77CREATE EXTENSION IF NOT EXISTS postgis;
8+ NOTICE: extension "postgis" already exists, skipping
89--Testcase 5:
910CREATE EXTENSION postgis_raster;
1011--Testcase 6:
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw
55OPTIONS (database '/tmp/sqlite_fdw_test/common.db');
66--Testcase 4:
77CREATE EXTENSION IF NOT EXISTS postgis;
8+ NOTICE: extension "postgis" already exists, skipping
89--Testcase 5:
910CREATE EXTENSION postgis_raster;
1011--Testcase 6:
You can’t perform that action at this time.
0 commit comments