The question is, how do I create an inheritance scheme?
If the father table is
CREATE TABLE father(
gid serial,
patch pcpatch
) ;
trying to put child_1, child_2 ... to inherit father raise an error
---- child table "test_child_1" has different type for column "patch" ----
So my question is, how would it be possible (if at all) to inherit of father table, while specializing the type of father table in child table?
Thanks,
Cheers,
Rémi-C
NOTICE: This email message is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message.