Re: CREATE TABLE LIKE INCLUDING INDEXES support

From: NikhilS <nikkhils(at)gmail(dot)com>
To: "Bruce Momjian" <bruce(at)momjian(dot)us>
Cc: "Trevor Hardcastle" <chizu(at)spicious(dot)com>, pgsql-patches(at)postgresql(dot)org
Subject: Re: CREATE TABLE LIKE INCLUDING INDEXES support
Date: 2007-04-10 08:20:16
Message-ID: d3c4af540704100120nd3a061ej11bd3f18f95b4596@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Hi,

On 4/10/07, Bruce Momjian <bruce(at)momjian(dot)us> wrote:
>
>
> Added to TODO:
>
> o Have WITH CONSTRAINTS also create constraint indexes
>
> http://archives.postgresql.org/pgsql-patches/2007-04/msg00149.php

Trevor's patch does add unique/primary indexes. This would mean that we have
to remove the syntax support for "INCLUDING INDEXES" and just add code to
the existing WITH CONSTRAINTs code path from his patch.

Is there something else and hence we have the above TODO?

Regards,
Nikhils

--
EnterpriseDB http://www.enterprisedb.com

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message marcofuics 2007-04-10 09:53:32 prepared statements logging
Previous Message Koichi Suzuki 2007-04-10 07:23:51 Re: [HACKERS] Full page writes improvement, code update

Browse pgsql-patches by date

  From Date Subject
Next Message ITAGAKI Takahiro 2007-04-10 11:46:54 Re: Reviewers Guide to Deferred Transactions/TransactionGuarantee
Previous Message Gregory Stark 2007-04-10 08:05:42 Re: Packed Varlena Update (v21)