sreejith s wrote:
How to take Database backup from an application developed in Visual
Basic thats running at Windows Client and Database resting at Linux
Server. THanx
You wrote a similar question some days ago and mentioned that pg_dump
wouldn't work on Windows, so I figure you don't want to l
* sreejith s <[EMAIL PROTECTED]> [2004-10-17 08:49:44 +0530]:
> How to take Database backup from an application developed in Visual
> Basic thats running at Windows Client and Database resting at Linux
> Server. THanx
pg_dump -U your_username your_database > your_database.sql
--
Steven Klassen
* sreejith s <[EMAIL PROTECTED]> [2004-10-06 08:09:38 +0530]:
> Now i am working on Linux database server/Windows Client project. I
> have a doubbt. How to take DB backup from my windows client machine
> where DB is intsalled at linux server. pg_dump doen't works from
> windows client butr its wo