Set permissions correctly for structure spec

This commit is contained in:
Joe Nelson
2014-12-06 17:42:42 -08:00
parent 7d58097449
commit 605372f829
2 changed files with 19 additions and 6 deletions
+5
View File
@@ -741,6 +741,11 @@ GRANT ALL ON TABLE compound_pk TO dbapi_test;
GRANT ALL ON TABLE compound_pk TO dbapi_anonymous;
REVOKE ALL ON TABLE has_fk FROM PUBLIC;
REVOKE ALL ON TABLE has_fk FROM dbapi_test;
GRANT ALL ON TABLE has_fk TO dbapi_test;
GRANT ALL ON TABLE has_fk TO dbapi_anonymous;
--
-- TOC entry 2328 (class 0 OID 0)
-- Dependencies: 197