Fix test expectation
This commit is contained in:
parent
e7ef5e7e8e
commit
dd3f125339
@ -13,7 +13,7 @@ CREATE SCHEMA
|
|||||||
CREATE TABLE
|
CREATE TABLE
|
||||||
INSERT 0 1
|
INSERT 0 1
|
||||||
select * from sc.test|{sc.test}
|
select * from sc.test|{sc.test}
|
||||||
DROP TABLE sc.test;
|
DROP TABLE
|
||||||
DROP SCHEMA sc;
|
DROP SCHEMA
|
||||||
SELECT
|
SELECT
|
||||||
* FROM geometry_columns|{pg_catalog.pg_attribute,pg_catalog.pg_class,pg_catalog.pg_namespace,pg_catalog.pg_type}
|
* FROM geometry_columns|{pg_catalog.pg_attribute,pg_catalog.pg_class,pg_catalog.pg_namespace,pg_catalog.pg_type}
|
||||||
|
Loading…
Reference in New Issue
Block a user