Re: [HACKERS] Delaying insertion of default values - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [HACKERS] Delaying insertion of default values
Date
Msg-id 29032.931445049@sss.pgh.pa.us
Whole thread Raw
In response to Re: [HACKERS] Delaying insertion of default values  (wieck@debis.com (Jan Wieck))
List pgsql-hackers
wieck@debis.com (Jan Wieck) writes:
>>>> rule mechanism.  Unless I hear objections, I will do that while I am
>>>> cleaning up INSERT processing for the INSERT ... SELECT ... GROUP BY bug.
>> 
>> No objections -:).

>     This  would  be  obsolete when having the above recompilation
>     implemented.

I plan to do it anyway, since I need to restructure analyze.c's handling
of INSERT and I believe that it would be cleaner to do the
default-adding work in expand_targetlist.  But recompiling rules is
needed to solve other problems, so that has to happen too.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [HACKERS] PATCH for pgconnection.h
Next
From: Lamar Owen
Date:
Subject: [Fwd: [HACKERS] Re: Postgresql 6.5-1 rpms on RedHat 6.0]