Re: CREATE TABLE LIKE INCLUDING INDEXES support - Mailing list pgsql-patches

From NikhilS
Subject Re: CREATE TABLE LIKE INCLUDING INDEXES support
Date
Msg-id d3c4af540704100120nd3a061ej11bd3f18f95b4596@mail.gmail.com
Whole thread Raw
In response to Re: CREATE TABLE LIKE INCLUDING INDEXES support  (Bruce Momjian <bruce@momjian.us>)
Responses Re: CREATE TABLE LIKE INCLUDING INDEXES support  (Bruce Momjian <bruce@momjian.us>)
List pgsql-patches
Hi,

On 4/10/07, Bruce Momjian <bruce@momjian.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

pgsql-patches by date:

Previous
From: Gregory Stark
Date:
Subject: Re: Packed Varlena Update (v21)
Next
From: ITAGAKI Takahiro
Date:
Subject: Re: Reviewers Guide to Deferred Transactions/TransactionGuarantee