Believe it or not, "create_type" has never, ever checked to see if the given supertype is a valid type. The code now verifies that the give…
Show more
Believe it or not, "create_type" has never, ever checked to see if thegiven supertype is a valid type. The code now verifies that the givensupertype is a child of "acs_object", except when supertype is passed inas NULL or '' (in which case it's set to acs_object). Only did it forPostgreSQL since it's been around forever and whatever Oracle users don'tknow, won't hurt them.
Show less