8 CREATE TABLE hobbies_r (
13 CREATE TABLE equipment_r (
86 ) INHERITS (person) WITH OIDS;
89 CREATE TABLE student (
94 CREATE TABLE stud_emp (
96 ) INHERITS (emp, student);
110 CREATE TABLE slow_emp4000 (
114 CREATE TABLE fast_emp4000 (
123 CREATE TABLE ihighway () INHERITS (road);
125 CREATE TABLE shighway (
129 CREATE TABLE real_city (
136 -- test the "star" operators a bit more thoroughly -- this time,
137 -- throw in lots of NULL fields...
139 -- a is the type root
140 -- b and c inherit from a (one-level single inheritance)
141 -- d inherits from b and c (two-level multiple inheritance)
142 -- e inherits from c (two-level single inheritance)
143 -- f inherits from e (three-level single inheritance)
145 CREATE TABLE a_star (
150 CREATE TABLE b_star (
154 CREATE TABLE c_star (
158 CREATE TABLE d_star (
160 ) INHERITS (b_star, c_star);
162 CREATE TABLE e_star (
166 CREATE TABLE f_star (
170 CREATE TABLE aggtest (
175 CREATE TABLE hash_i4_heap (
180 CREATE TABLE hash_name_heap (
185 CREATE TABLE hash_txt_heap (
190 CREATE TABLE hash_f8_heap (
195 -- don't include the hash_ovfl_heap stuff in the distribution
196 -- the data set is too large for what it's worth
198 -- CREATE TABLE hash_ovfl_heap (
203 CREATE TABLE bt_i4_heap (
208 CREATE TABLE bt_name_heap (
213 CREATE TABLE bt_txt_heap (
218 CREATE TABLE bt_f8_heap (
223 CREATE TABLE array_op_test (
229 CREATE TABLE array_index_op_test (
235 CREATE TABLE test_tsvector(