Database Backup

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 [at] postgresql.org
getsreejith [ Mi, 06 Oktober 2004 04:39 ] [ ID #453747 ]

Re: Database Backup

* sreejith s <getsreejith [at] gmail.com> [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
sklassen [ Mi, 06 Oktober 2004 17:19 ] [ ID #453752 ]
Datenbanken » comp.databases.postgresql.sql » Database Backup

Vorheriges Thema: How to query a set of tables with identical structure?
Nächstes Thema: Howto turn an integer into an interval?