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

From NikhilS
Subject Re: CREATE TABLE LIKE INCLUDING INDEXES support
Date
Msg-id d3c4af540706050220k23972cb0l8f9eac6736757e47@mail.gmail.com
Whole thread Raw
In response to Re: CREATE TABLE LIKE INCLUDING INDEXES support  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: CREATE TABLE LIKE INCLUDING INDEXES support
List pgsql-patches

Hi, 

> Anyways, this patch and the functionality introduced herein will be useful
> in the "CREATE .. INCLUDING INDEXES" case too.

No doubt.  But those are different features and we shouldn't confuse
'em; in particular not put behavior into the INCLUDING CONSTRAINTS case
that shouldn't be there.

PFA, a patch which provides the "CREATE .. INCLUDING INDEXES" functionality. This patch uses the same functionality introduced by the earlier patches in this thread albeit for the "INCLUDING INDEXES" case.

For ease of review, this patch is based on the latest version which was posted by Neil.
Please let me know if there are any issues.

Regards,
Nikhils
--
EnterpriseDB               http://www.enterprisedb.com
Attachment

pgsql-patches by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: Synchronized scans
Next
From: Jeff Davis
Date:
Subject: Re: Synchronized scans