create table like . . . constraint names - Mailing list pgsql-general

From Sahagian, David
Subject create table like . . . constraint names
Date
Msg-id F3CBFBA88397EA498B22A05FFA9EC49D8E718995@MX22A.corp.emc.com
Whole thread Raw
Responses Re: create table like . . . constraint names  (Vincent Veyron <vv.lists@wanadoo.fr>)
List pgsql-general
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-
 

pgsql-general by date:

Previous
From: "SUNDAY A. OLUTAYO"
Date:
Subject: Re: Windows SIngle Sign On - LINUX Server
Next
From: Pavel Stehule
Date:
Subject: Re: FETCH in subqueries or CTEs