File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,14 +15,14 @@ SET client_min_messages = warning;
1515SET row_security = off;
1616
1717--
18- -- Name: plpgsql; Type: EXTENSION; Schema: -; Owner:
18+ -- Name: plpgsql; Type: EXTENSION; Schema: -; Owner:
1919--
2020
2121CREATE EXTENSION IF NOT EXISTS plpgsql WITH SCHEMA pg_catalog;
2222
2323
2424--
25- -- Name: EXTENSION plpgsql; Type: COMMENT; Schema: -; Owner:
25+ -- Name: EXTENSION plpgsql; Type: COMMENT; Schema: -; Owner:
2626--
2727
2828COMMENT ON EXTENSION plpgsql IS 'PL/pgSQL procedural language';
@@ -181153,17 +181153,6 @@ ALTER TABLE ONLY public.p_vars
181153181153 ADD CONSTRAINT p_vars_groupid_fk FOREIGN KEY (groupid) REFERENCES public.groupid(groupid);
181154181154
181155181155
181156- --
181157- -- Name: SCHEMA public; Type: ACL; Schema: -; Owner: psommer
181158- --
181159-
181160- REVOKE ALL ON SCHEMA public FROM PUBLIC;
181161- REVOKE ALL ON SCHEMA public FROM psommer;
181162- GRANT ALL ON SCHEMA public TO psommer;
181163- GRANT ALL ON SCHEMA public TO PUBLIC;
181164-
181165-
181166181156--
181167181157-- PostgreSQL database dump complete
181168181158--
181169-
You can’t perform that action at this time.
0 commit comments