> > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On Behalf Of User Map > > Sent: Friday, January 25, 2008 10:18 AM > > To: pgsql > > Subject: [GENERAL] exporting postgre data > > > > > > is it posible to transfer data from postgres of one computer to the > > postgres in another computer. In SQL server this is easily done by the > > export utility of the sql server. > > > > But how do you backup only a single table or transfer only a signle table.
MSSQL has a fancy GUI "wizard". It basically does all the stuff pg_dump does, but just using a GUI interface to manage all the options. I guess it has the addition of managing the interaction between pg_dump on one server an pg_restore on another as well. Doesn't really have any more features that I'm aware of, just has a nice "one stop" interface. -- Bill Moran http://www.potentialtech.com ---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend