From: | sklassen(at)commandprompt(dot)com |
---|---|
To: | sreejith s <getsreejith(at)gmail(dot)com> |
Cc: | pgsql-sql(at)postgresql(dot)org |
Subject: | Re: Database Backup |
Date: | 2004-10-06 15:19:11 |
Message-ID: | 20041006081911.C30243@commandprompt.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-sql |
* sreejith s <getsreejith(at)gmail(dot)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
From | Date | Subject | |
---|---|---|---|
Next Message | Jaime Casanova | 2004-10-06 20:36:42 | Table locks |
Previous Message | Erik Wasser | 2004-10-06 08:13:27 | Re: Howto turn an integer into an interval? |