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

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: Xiong He <iihero(at)qq(dot)com>
Cc: 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 07:51:44
Message-ID: CAB7nPqSYD5fy4PyvoZOA1Fgk7wSgYgTxaZg73bG40Qs0_Zh0+A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Oct 24, 2012 at 3:54 PM, Xiong He <iihero(at)qq(dot)com> wrote:

> 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?
>
With a psql client you can use the command ¥copy to perform that.
--
Michael Paquier
http://michael.otacoo.com

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Hannu Krosing 2012-10-24 12:00:18 Re: [RFC] CREATE QUEUE (log-only table) for londiste/pgQ ccompatibility
Previous Message Dann Corbit 2012-10-24 06:59:56 Re: [help] Is it possible to support remote COPY operation on PG?