Re: CREATE TABLE LIKE INCLUDING TRIGGERS - Mailing list pgsql-hackers

From Zsolt Parragi
Subject Re: CREATE TABLE LIKE INCLUDING TRIGGERS
Date
Msg-id CAN4CZFOdet_ZZEr+sZhTUiAd-fjOprhMXDhkjdhz48pEoJc9Pg@mail.gmail.com
Whole thread
In response to Re: CREATE TABLE LIKE INCLUDING TRIGGERS  (jian he <jian.universality@gmail.com>)
Responses Re: CREATE TABLE LIKE INCLUDING TRIGGERS
List pgsql-hackers
This looks good to me, I only have two minor comments:

1. The test should drop main_table1 and some_t1

2. there's a missing word in a comment (do -> to do)

+ char    *trigcomment; /* comment to apply to trigger, or NULL */
+ bool transformed; /* true means no need do parse analysis for *
+ * whenClause */



pgsql-hackers by date:

Previous
From: Matheus Alcantara
Date:
Subject: Re: Add CREATE SCHEMA ... LIKE support
Next
From: Aditya Kamath
Date:
Subject: RE: AIX support