Re: Including pg_dump in .NET Application

From: "Magnus Hagander" <magnus(at)hagander(dot)net>
To: "Penelope Dramas" <penelope(at)pro-transport(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Including pg_dump in .NET Application
Date: 2007-12-05 07:19:00
Message-ID: 200712050819010000@2937327383
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> We're developing .NET application (closed-source) and would like to include
> pg_dump to allow users to perform "quick database backup" within main
> application.
>
> Two questions:
>
> 1. Do we need to include any dependent files besides pg_dump.exe ?

IIRC, you need libpq and it's dependencies. Check with depends.exe from the ms support tools. Other than the linked dll:s, nothing should be required.

> 2. Are we in violation of PostgreSQL license if we include this files?

No, that's allowed.

/Magnus

Browse pgsql-general by date

  From Date Subject
Next Message Christian Rengstl 2007-12-05 07:21:21 Re: Archiving problem on Windows
Previous Message Robert Treat 2007-12-05 07:18:53 Re: [GENERAL] 8.3beta4 needs a dump/restore?