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