7 CREATE TABLE hobbies_r (
11 CREATE TABLE equipment_r (
77 ) INHERITS (person) WITH OIDS;
78 CREATE TABLE student (
81 CREATE TABLE stud_emp (
83 ) INHERITS (emp, student);
84 NOTICE: merging multiple inherited definitions of column "name"
85 NOTICE: merging multiple inherited definitions of column "age"
86 NOTICE: merging multiple inherited definitions of column "location"
96 CREATE TABLE slow_emp4000 (
99 CREATE TABLE fast_emp4000 (
106 CREATE TABLE ihighway () INHERITS (road);
107 CREATE TABLE shighway (
110 CREATE TABLE real_city (
116 -- test the "star" operators a bit more thoroughly -- this time,
117 -- throw in lots of NULL fields...
119 -- a is the type root
120 -- b and c inherit from a (one-level single inheritance)
121 -- d inherits from b and c (two-level multiple inheritance)
122 -- e inherits from c (two-level single inheritance)
123 -- f inherits from e (three-level single inheritance)
125 CREATE TABLE a_star (
129 CREATE TABLE b_star (
132 CREATE TABLE c_star (
135 CREATE TABLE d_star (
137 ) INHERITS (b_star, c_star);
138 NOTICE: merging multiple inherited definitions of column "class"
139 NOTICE: merging multiple inherited definitions of column "a"
140 CREATE TABLE e_star (
143 CREATE TABLE f_star (
146 CREATE TABLE aggtest (
150 CREATE TABLE hash_i4_heap (
154 CREATE TABLE hash_name_heap (
158 CREATE TABLE hash_txt_heap (
162 CREATE TABLE hash_f8_heap (
166 -- don't include the hash_ovfl_heap stuff in the distribution
167 -- the data set is too large for what it's worth
169 -- CREATE TABLE hash_ovfl_heap (
173 CREATE TABLE bt_i4_heap (
177 CREATE TABLE bt_name_heap (
181 CREATE TABLE bt_txt_heap (
185 CREATE TABLE bt_f8_heap (
189 CREATE TABLE array_op_test (
194 CREATE TABLE array_index_op_test (
199 CREATE TABLE test_tsvector(