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

From Bruce Momjian
Subject Re: CREATE TABLE LIKE INCLUDING INDEXES support
Date
Msg-id 200704112110.l3BLA1c22875@momjian.us
Whole thread Raw
In response to Re: CREATE TABLE LIKE INCLUDING INDEXES support  (NikhilS <nikkhils@gmail.com>)
Responses Re: CREATE TABLE LIKE INCLUDING INDEXES support  (Trevor Hardcastle <chizu@spicious.com>)
List pgsql-patches
NikhilS wrote:
> 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.

That is all that is required.

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

If someone wants to work on this item and submit it, we can review it
for 8.3, but if not, it waits until 8.4.

--
  Bruce Momjian  <bruce@momjian.us>          http://momjian.us
  EnterpriseDB                               http://www.enterprisedb.com

  + If your life is a hard drive, Christ can be your backup. +

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Packed Varlena Update (v21)
Next
From: Tom Lane
Date:
Subject: Re: [HACKERS] Full page writes improvement, code update