Page 1 of 1

PGSQL Commands

Posted: Fri 09 Jun 2006 03:09
by Paul S
Hello,

Can I issue commands to pgsql from the .NET Postgres Data Provider? I would like to issue the native pg_dump command from within a WinForm so that I could do a better job of permissions. (versus what Postgres does natively.)

I'm running 8.1.3 on Windows.

I would like to run this command...

pg_dump -U postgres -W MyDB > MyDB.out

Posted: Fri 09 Jun 2006 06:41
by Alexey
pg_dump command cannot be issued from the client.