We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a974536 commit d8fee58Copy full SHA for d8fee58
expected/13.15/with_gis_support/type.out
@@ -5,7 +5,6 @@ CREATE EXTENSION sqlite_fdw;
5
--Testcase 45:
6
CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw
7
OPTIONS (database '/tmp/sqlite_fdw_test/common.db');
8
-
9
--Testcase 47:
10
CREATE EXTENSION postgis;
11
IMPORT FOREIGN SCHEMA main FROM SERVER sqlite_svr INTO public;
0 commit comments