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

From: Gurjeet Singh <singh(dot)gurjeet(at)gmail(dot)com>
To: PGSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Patch to add a primary key using an existing index
Date: 2010-10-09 18:19:26
Message-ID: AANLkTi=z5Du112_a6Nm_8D2Ap979mJS9XayE2o=AZnDJ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sat, Oct 9, 2010 at 2:07 PM, Gurjeet Singh <singh(dot)gurjeet(at)gmail(dot)com>wrote:

> This is a continuation from this thread:
> http://archives.postgresql.org/pgsql-hackers/2010-09/msg02153.php
>
> The attached patch allows creating a primary key using an existing index.
>

> I have attached two versions of the patch: one is context diff, and the
> other is the same except ignoring whitespace changes.
>

Attached are gzip'd patches for archives. Archive shows the previous mail
attachments all inline... horrible.
--
gurjeet.singh
@ EnterpriseDB - The Enterprise Postgres Company
http://www.EnterpriseDB.com

singh(dot)gurjeet(at){ gmail | yahoo }.com
Twitter/Skype: singh_gurjeet

Mail sent from my BlackLaptop device

Attachment Content-Type Size
add_pkey_with_index.patch.gz application/x-gzip 6.8 KB
add_pkey_with_index.ignore_ws.patch.gz application/x-gzip 5.8 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2010-10-09 18:46:20 Re: Patch to add a primary key using an existing index
Previous Message Gurjeet Singh 2010-10-09 18:07:15 Patch to add a primary key using an existing index