Re: Patch to add a primary key using an existing index

Kevin Grittner <kevin.grittner@wicourts.gov>

From: "Kevin Grittner" <Kevin.Grittner@wicourts.gov>
To: "Gurjeet Singh" <singh.gurjeet@gmail.com>, "Tom Lane" <tgl@sss.pgh.pa.us>
Cc: "Steve Singer" <ssinger@ca.afilias.info>, "Itagaki Takahiro" <itagaki.takahiro@gmail.com>, "Robert Haas" <robertmhaas@gmail.com>, "Peter Eisentraut" <peter_e@gmx.net>, "PGSQL Hackers" <pgsql-hackers@postgresql.org>, "Steve Singer" <ssinger_pg@sympatico.ca>, "r t" <pgsql@xzilla.net>
Date: 2010-12-09T19:51:58Z
Lists: pgsql-hackers
Tom Lane <tgl@sss.pgh.pa.us> wrote:
 
> If the constraint name is not specified, we should certainly use
> the existing index name, not randomly rename it.
 
+1
 
-Kevin