Re: [PATCH 4/4] Add tests to dblink covering use of COPY TO FUNCTION
Robert Haas <robertmhaas@gmail.com>
From: Robert Haas <robertmhaas@gmail.com>
To: Daniel Farina <dfarina@truviso.com>
Cc: pgsql-hackers@postgresql.org
Date: 2009-11-23T22:16:31Z
Lists: pgsql-hackers
On Mon, Nov 23, 2009 at 4:34 PM, Daniel Farina <dfarina@truviso.com> wrote: > Signed-off-by: Daniel Farina <dfarina@truviso.com> Thanks for the patch. You may want to take a look at this: http://wiki.postgresql.org/wiki/Submitting_a_Patch I'm fuzzy on what problem this is attempting to solve... as mentioned in the above guidelines, it's usually good to start with some design discussions before writing/submitting code. Also, we prefer that patches be submitted as context diffs and that they not be split up over multiple emails. Thanks, ...Robert