PGSQL Commands

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for PostgreSQL
Post Reply
Paul S
Posts: 5
Joined: Sat 22 Apr 2006 16:18

PGSQL Commands

Post by Paul S » Fri 09 Jun 2006 03:09

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

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Fri 09 Jun 2006 06:41

pg_dump command cannot be issued from the client.

Post Reply