Database Backup
am 06.10.2004 04:39:38 von getsreejith
Hello,
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 working from local server machine. How to
rectify the problem. Then ho w to call pl/pgsql function from VB/.NET.
Sreejith
---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org
Re: Database Backup
am 06.10.2004 17:19:11 von sklassen
* sreejith s [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 working from local server machine. How to
> rectify the problem.
What errors are you getting?
> Then ho w to call pl/pgsql function from VB/.NET.
I don't know if there's some VB/.NET specific voodoo, but the
following should work:
SELECT foo() AS result;
--
Steven Klassen - Lead Programmer
Command Prompt, Inc. - http://www.commandprompt.com/
PostgreSQL Replication & Support Services, (503) 667-4564
---------------------------(end of broadcast)---------------------------
TIP 8: explain analyze is your friend