Thread: Backup DLL
Hi,
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?
Thanks
ALL-NEW Yahoo! Messenger - all new features - even more fun!
AFAIK, there is no such thing. But you can use pg_dump in a pipe - that's all pgAdmin does.
//Magnus
From: pgsql-general-owner@postgresql.org [mailto:pgsql-general-owner@postgresql.org] On Behalf Of Tope Akinniyi
Sent: Tuesday, January 25, 2005 1:25 PM
To: pgsql-general@postgresql.org
Subject: [GENERAL] Backup DLLHi,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?Thanks
ALL-NEW Yahoo! Messenger - all new features - even more fun!
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 just build the pg_dump.exe command line and execute it. Your application just needs to have a folder included with pg_dump and the supporting dll libraries. John DeSoi, Ph.D. http://pgedit.com/ Power Tools for PostgreSQL
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, something which windows servers desperately lack natively.
Terry Fielder
Associate Director Software Development and Deployment
Great Gulf Homes / Ashton Woods Homes
terry@greatgulfhomes.com
Fax: (416) 441-9085
-----Original Message-----
From: pgsql-general-owner@postgresql.org [mailto:pgsql-general-owner@postgresql.org]On Behalf Of Tope Akinniyi
Sent: Tuesday, January 25, 2005 7:25 AM
To: pgsql-general@postgresql.org
Subject: [GENERAL] Backup DLLHi,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?Thanks
ALL-NEW Yahoo! Messenger - all new features - even more fun!