Re: [PATCH 4/4] Add tests to dblink covering use of COPY TO FUNCTION

From: Greg Smith <greg(at)2ndquadrant(dot)com>
To: Simon Riggs <simon(at)2ndQuadrant(dot)com>
Cc: Hannu Krosing <hannu(at)krosing(dot)net>, Robert Haas <robertmhaas(at)gmail(dot)com>, Daniel Farina <dfarina(at)truviso(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: [PATCH 4/4] Add tests to dblink covering use of COPY TO FUNCTION
Date: 2009-11-30 20:14:35
Message-ID: 4B1427AB.4070302@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Jeff Davis wrote:
>> COPY target FROM FUNCTION foo() WITH RECORDS;
>>
>
> In what format would the records be?
>
What was your intended internal format for this form to process?

--
Greg Smith 2ndQuadrant Baltimore, MD
PostgreSQL Training, Services and Support
greg(at)2ndQuadrant(dot)com www.2ndQuadrant.com

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Heikki Linnakangas 2009-11-30 20:27:54 Re: Block-level CRC checks
Previous Message Tim Bunce 2009-11-30 20:14:25 Re: Initial refactoring of plperl.c [PATCH]