Re: [GENERAL] create table like . . . constraint names

2012-08-25 Thread Vincent Veyron
Le vendredi 24 août 2012 à 09:27 -0400, Sahagian, David a écrit : > 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 suppose that you use 'INCLUDING CONSTRAINTS' in your LIKE clause,

[GENERAL] create table like . . . constraint names

2012-08-24 Thread Sahagian, David
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 con