-- -- Selected TOC Entries: -- \connect - postgres DROP TABLE "mytable"; -- -- TOC Entry ID 3 (OID 16556) -- -- Name: mytable Type: TABLE Owner: postgres -- CREATE TABLE "mytable" ( "code" character varying(4) NOT NULL, "name" character varying(16) NOT NULL, "comment" character varying(32), Constraint "mytable_pkey" Primary Key ("code") ); -- -- TOC Entry ID 4 (OID 16556) -- -- Name: mytable Type: ACL Owner: -- REVOKE ALL on "mytable" from PUBLIC; GRANT ALL on "mytable" to "postgres"; GRANT ALL on "mytable" to "guest"; -- -- Data for TOC Entry ID 5 (OID 16556) -- -- Name: mytable Type: TABLE DATA Owner: postgres -- COPY "mytable" FROM stdin; 1000 apache Web Server 2000 bind DNS Server 3000 dummy1 \N 5000 proftpd FTP T[o 4000 dummy2