Connecting Tech Pros Worldwide Help | Site Map

Need help on how to backup a table!!!

Newbie
 
Join Date: Mar 2008
Posts: 1
#1: Mar 28 '08
Hi all,
I'm trying to backup a large table in a database. I want to export the data from an SQL SELECT query so that the exported data file is not too large and I need to be able to import the exported data into another table in a different database server.
Does PGSQL have a facility for something like this?

Victor
Moderator
 
Join Date: Dec 2006
Location: Europe
Posts: 292
#2: Mar 28 '08

re: Need help on how to backup a table!!!


Quote:

Originally Posted by billmasters

Hi all,
I'm trying to backup a large table in a database. I want to export the data from an SQL SELECT query so that the exported data file is not too large and I need to be able to import the exported data into another table in a different database server.
Does PGSQL have a facility for something like this?

Victor

Postgres 8.2 and above has this ability. I think it is what you need see here
Reply