-- TOC Entry ID 2 (OID 18411) -- -- Name: "widget_in" (opaque) Type: FUNCTION Owner: postgres -- CREATE FUNCTION "widget_in" (opaque) RETURNS widget AS '/usr/var/local/src/gen/pgsql/CURRENT/pgsql/src/test/regress/regress.so', 'widget_in' LANGUAGE 'C'; NOTICE: ProcedureCreate: type widget is not yet defined CREATE -- -- TOC Entry ID 3 (OID 18412) -- -- Name: "widget_out" (opaque) Type: FUNCTION Owner: postgres -- -- CREATE TABLE "stud_emp" ( "percent" integer ) INHERITS ("emp", "student"); NOTICE: CREATE TABLE: merging multiple inherited definitions of attribute "name" NOTICE: CREATE TABLE: merging multiple inherited definitions of attribute "age" NOTICE: CREATE TABLE: merging multiple inherited definitions of attribute "location" CREATE -- -- TOC Entry ID 61 (OID 18465) -- -- Name: city Type: TABLE Owner: postgres -- -- CREATE TABLE "d_star" ( "dd" double precision ) INHERITS ("b_star", "c_star"); NOTICE: CREATE TABLE: merging multiple inherited definitions of attribute "class" NOTICE: CREATE TABLE: merging multiple inherited definitions of attribute "aa" NOTICE: CREATE TABLE: merging multiple inherited definitions of attribute "a" CREATE -- -- TOC Entry ID 73 (OID 18510) -- -- Name: e_star Type: TABLE Owner: postgres -- -- CREATE TABLE "d" ( "dd" text ) INHERITS ("b", "c", "a"); NOTICE: CREATE TABLE: merging multiple inherited definitions of attribute "aa" NOTICE: CREATE TABLE: merging multiple inherited definitions of attribute "aa" CREATE -- -- TOC Entry ID 100 (OID 135278) -- -- Name: street Type: VIEW Owner: postgres -- Data for TOC Entry ID 325 (OID 18512) -- -- Name: f_star Type: TABLE DATA Owner: postgres -- COPY "f_star" FROM stdin; ERROR: copy: line 1, pg_atoi: error in "((1,3),(2,4))": can't parse "((1,3),(2,4))" lost synchronization with server, resetting connection -- -- Data for TOC Entry ID 326 (OID 18517) -- -- Name: aggtest Type: TABLE DATA Owner: postgres