Re: CREATE TABLE LIKE INCLUDING CONSTRAINTS - Mailing list pgsql-patches

From Greg Stark
Subject Re: CREATE TABLE LIKE INCLUDING CONSTRAINTS
Date
Msg-id 87ac8d6jz1.fsf@stark.xeocode.com
Whole thread Raw
In response to Re: CREATE TABLE LIKE INCLUDING CONSTRAINTS  (Greg Stark <gsstark@mit.edu>)
List pgsql-patches
Greg Stark <gsstark@MIT.EDU> writes:

> > This patch implements an option to copy check constraints when using LIKE.

Ah, found a problem. I need to do a change_varattnos_of_a_node() call here.
Should this function maybe be promoted to some other file like ruleutils.c?

--
greg

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: plpython tracebacks
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] Automatic free space map filling