Re: [HACKERS] COPY as a set returning function - Mailing list pgsql-hackers

From David Fetter
Subject Re: [HACKERS] COPY as a set returning function
Date
Msg-id 20170125141616.GB1465@fetter.org
Whole thread Raw
In response to Re: COPY as a set returning function  (Corey Huinker <corey.huinker@gmail.com>)
Responses Re: [HACKERS] COPY as a set returning function  (David Fetter <david@fetter.org>)
List pgsql-hackers
On Mon, Oct 31, 2016 at 04:45:40PM -0400, Corey Huinker wrote:
> Attached is a patch that implements copy_srf().
> 
> The function signature reflects cstate more than it reflects the COPY
> options (filename+is_program instead of  FILENAME or PROGRAM, etc)

The patch as it stands needs a rebase.  I'll see what I can do today.

Best,
David.
-- 
David Fetter <david(at)fetter(dot)org> http://fetter.org/
Phone: +1 415 235 3778  AIM: dfetter666  Yahoo!: dfetter
Skype: davidfetter      XMPP: david(dot)fetter(at)gmail(dot)com

Remember to vote!
Consider donating to Postgres: http://www.postgresql.org/about/donate



pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: [HACKERS] patch: function xmltable
Next
From: Tom Lane
Date:
Subject: Re: [HACKERS] Assignment of valid collation for SET operations on queries with UNKNOWN types.