Table "public.bprime" Column | Type | Modifiers -------------+---------+----------- unique1 | integer | unique2 | integer | two | integer | four | integer | ten | integer | twenty | integer | hundred | integer | thousand | integer | twothousand | integer | fivethous | integer | tenthous | integer | odd | integer | even | integer | stringu1 | name | stringu2 | name | string4 | name | Table "public.tenk1" Column | Type | Modifiers -------------+---------+----------- unique1 | integer | unique2 | integer | two | integer | four | integer | ten | integer | twenty | integer | hundred | integer | thousand | integer | twothousand | integer | fivethous | integer | tenthous | integer | odd | integer | even | integer | stringu1 | name | stringu2 | name | string4 | name | Indexes: "tenk1_hundred" btree (hundred) "tenk1_unique1" btree (unique1) "tenk1_unique2" btree (unique2) Table "public.tenk2" Column | Type | Modifiers -------------+---------+----------- unique1 | integer | unique2 | integer | two | integer | four | integer | ten | integer | twenty | integer | hundred | integer | thousand | integer | twothousand | integer | fivethous | integer | tenthous | integer | odd | integer | even | integer | stringu1 | name | stringu2 | name | string4 | name | Indexes: "tenk2_hundred" btree (hundred) "tenk2_unique1" btree (unique1) "tenk2_unique2" btree (unique2) Table "public.onek" Column | Type | Modifiers -------------+---------+----------- unique1 | integer | unique2 | integer | two | integer | four | integer | ten | integer | twenty | integer | hundred | integer | thousand | integer | twothousand | integer | fivethous | integer | tenthous | integer | odd | integer | even | integer | stringu1 | name | stringu2 | name | string4 | name | Indexes: "onek_hundred" btree (hundred) "onek_unique1" btree (unique1) "onek_unique2" btree (unique2)