Re: Need help on how to backup a table - Mailing list pgsql-general

From ashish
Subject Re: Need help on how to backup a table
Date
Msg-id 47ECB03F.10602@netcore.co.in
Whole thread Raw
In response to Re: Need help on how to backup a table  (ajcity <victor.aluko@gmail.com>)
Responses Re: Need help on how to backup a table  (ajcity <victor.aluko@gmail.com>)
List pgsql-general
ajcity wrote:
> Thanks all. The COPY command seems to do the work.
> One more thing, say I want the data dumped on a remote machine rather than
> on the current machine, how would I do that without having to first dump it
> on the local machine then uploading to the remote machine?
>

Install psql client on that other m/c and fire command psql -c "copy
...." from there :)
ofcourse with proper pg_hba.conf

With regards
Ashish



===================================================================

sms START NETCORE to 575758 to get updates on Netcore's enterprise
products and services

sms START MYTODAY to 09845398453 for more information on our mobile
consumer services or go to http://www.mytodaysms.com

===================================================================


pgsql-general by date:

Previous
From: ajcity
Date:
Subject: Re: Need help on how to backup a table
Next
From: "Leif B. Kristensen"
Date:
Subject: Re: PL/pgSQL Documentation, biblio, etc