Re: [GENERAL] Including pg_dump in .NET Application

2007-12-04 Thread Magnus Hagander
> 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 dependencie

[GENERAL] Including pg_dump in .NET Application

2007-12-04 Thread Penelope Dramas
Hello, 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 ? 2. Are we in violation of PostgreSQL license if