From: | Guillaume Lelarge <guillaume(at)lelarge(dot)info> |
---|---|
To: | Sascha Schertler <saschaschertler(at)googlemail(dot)com> |
Cc: | pgadmin-support(at)postgresql(dot)org |
Subject: | Re: Pg Admin Libraries |
Date: | 2013-09-29 17:10:06 |
Message-ID: | 1380474606.2659.46.camel@localhost.localdomain |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-support |
On Sun, 2013-09-29 at 18:46 +0200, Sascha Schertler wrote:
> Hello PostgreSQL Support,
>
Actually, this is pgAdmin support mailing list.
> I got a question about using Pg admin libraries in my program. I am a
> student from the Fh Regensburg and I want to develop a program.
>
> Is it allowed to use for example the pg_dump library in my program for
> backing up some databases or is this prohibited?
>
There's no pg_dump libraries. But you can use the pg_dump program and/or
its source code in your program.
> Or does it make a difference if the libraries are integrated in my program
> or if I call the exe outside of my program.
>
From the licence POV, it doesn't matter.
--
Guillaume
http://blog.guillaume.lelarge.info
http://www.dalibo.com
From | Date | Subject | |
---|---|---|---|
Next Message | Guillaume Lelarge | 2013-09-29 17:17:21 | Re: PgAmin3, Anonymous code block can't be executed by pressing "Execute PG script" button. |
Previous Message | Sascha Schertler | 2013-09-29 16:46:58 | Pg Admin Libraries |