--
-- Selected TOC Entries:
--
\connect - rbt

--
-- TOC Entry ID 2 (OID 38276387)
--
-- Name: tab Type: TABLE Owner: rbt
--

CREATE TABLE "tab" (
	"col" integer
);

--
-- TOC Entry ID 3 (OID 38276387)
--
-- Name: tab Type: ACL Owner: 
--

REVOKE ALL on "tab" from PUBLIC;
GRANT ALL on "tab" to PUBLIC;
GRANT ALL on "tab" to "rbt";

--
-- Data for TOC Entry ID 4 (OID 38276387)
--
-- Name: tab Type: TABLE DATA Owner: rbt
--


COPY "tab" FROM stdin;
\.
