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, since constraints are copied? You can drop the constraint and re-create it with the name you want : http://www.postgresql.org/docs/9.1/static/sql-altertable.html -- Vincent Veyron http://vincentveyron.com/ Gestion informatique des sinistres d'assurances et des dossiers contentieux pour le service juridique -- Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general