Re: [help] Is it possible to support remote COPY operation on PG?

From: Dann Corbit <DCorbit(at)connx(dot)com>
To: 'Xiong He' <iihero(at)qq(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [help] Is it possible to support remote COPY operation on PG?
Date: 2012-10-24 06:59:56
Message-ID: 87F42982BF2B434F831FCEF4C45FC33E5BBFB241@EXCHANGE.corporate.connx.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

You can use the libpq API:
http://www.postgresql.org/docs/9.2/interactive/libpq-copy.html

The Postgresql JDBC driver exposes COPY, IIRC.

From: pgsql-hackers-owner(at)postgresql(dot)org [mailto:pgsql-hackers-owner(at)postgresql(dot)org] On Behalf Of Xiong He
Sent: Tuesday, October 23, 2012 11:55 PM
To: PostgreSQL-development
Subject: [HACKERS] [help] Is it possible to support remote COPY operation on PG?

Is it possible to copy some table data from remote client to the PG database server directly without upload the data file to the server side in advance?
---------------------------------------------------
Thanks&Regards,
Xiong He

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2012-10-24 07:51:44 Re: [help] Is it possible to support remote COPY operation on PG?
Previous Message Xiong He 2012-10-24 06:54:55 [help] Is it possible to support remote COPY operation on PG?