Re: [GENERAL] Backup DLL

2005-01-25 Thread terry
It sounds like you are trying to automate administrative tasks.  If that's what you are trying to do, you may be well advised to use any one of the Unix/Linux/BSD operating systems: They all have far superior and simpler task automation tools such as cron and fully functional shells, somethi

Re: [GENERAL] Backup DLL

2005-01-25 Thread Magnus Hagander
AFAIK, there is no such thing. But you can use pg_dump in a pipe - that's all pgAdmin does.   //Magnus From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tope AkinniyiSent: Tuesday, January 25, 2005 1:25 PMTo: pgsql-general@postgresql.orgSubject: [GENERAL] Backup

Re: [GENERAL] Backup DLL

2005-01-25 Thread John DeSoi
On Jan 25, 2005, at 7:25 AM, Tope Akinniyi wrote: Is anyone aware of a standalone DLL that can be integrated with applications for pg_dump and restore without resorting to asking clients to use tools like pgAdmin for their backup and restore cores? If your programming tool supports it, you can j