Is it possible to send data in client end?

From: AI Rumman <rummandba(at)gmail(dot)com>
To: pgsql-general General <pgsql-general(at)postgresql(dot)org>
Subject: Is it possible to send data in client end?
Date: 2012-06-21 04:13:01
Message-ID: CAGoODpcM-aMN3N4xiJUgasmcAtmzuud+ZexJqrnN+pGSKOBKXQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I am using Postgresql 9.1. I know that COPY is used to export data as csv.
But COPY creates file in server end. I need to create a file in client end.
My application uses php.
Is there any tool for it?

Responses

Browse pgsql-general by date

  From Date Subject
Next Message John R Pierce 2012-06-21 04:34:53 Re: Is it possible to send data in client end?
Previous Message utsav 2012-06-21 02:52:41 Re: RETURNING MORE THAN ONE CUSTOM TYPE FROM FUNCTION