File tree Expand file tree Collapse file tree 5 files changed +5
-0
lines changed Expand file tree Collapse file tree 5 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw
5
5
OPTIONS (database '/tmp/sqlite_fdw_test/common.db');
6
6
--Testcase 4:
7
7
CREATE EXTENSION IF NOT EXISTS postgis;
8
+ NOTICE: extension "postgis" already exists, skipping
8
9
--Testcase 5:
9
10
CREATE EXTENSION postgis_raster;
10
11
--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
5
5
OPTIONS (database '/tmp/sqlite_fdw_test/common.db');
6
6
--Testcase 4:
7
7
CREATE EXTENSION IF NOT EXISTS postgis;
8
+ NOTICE: extension "postgis" already exists, skipping
8
9
--Testcase 5:
9
10
CREATE EXTENSION postgis_raster;
10
11
--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
5
5
OPTIONS (database '/tmp/sqlite_fdw_test/common.db');
6
6
--Testcase 4:
7
7
CREATE EXTENSION IF NOT EXISTS postgis;
8
+ NOTICE: extension "postgis" already exists, skipping
8
9
--Testcase 5:
9
10
CREATE EXTENSION postgis_raster;
10
11
--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
5
5
OPTIONS (database '/tmp/sqlite_fdw_test/common.db');
6
6
--Testcase 4:
7
7
CREATE EXTENSION IF NOT EXISTS postgis;
8
+ NOTICE: extension "postgis" already exists, skipping
8
9
--Testcase 5:
9
10
CREATE EXTENSION postgis_raster;
10
11
--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
5
5
OPTIONS (database '/tmp/sqlite_fdw_test/common.db');
6
6
--Testcase 4:
7
7
CREATE EXTENSION IF NOT EXISTS postgis;
8
+ NOTICE: extension "postgis" already exists, skipping
8
9
--Testcase 5:
9
10
CREATE EXTENSION postgis_raster;
10
11
--Testcase 6:
You can’t perform that action at this time.
0 commit comments