Is there any way for me to control the name of the (unique or primary) constraints that get created when doing a “create table like parent-table” statement ?
I use this statement to create the new table in a different schema than the one in which the parent-table lives, and I would like the constraint names to be the same as those of the parent-table.
thanks,
-dvs-