Обсуждение: Pg Admin Libraries
Hello PostgreSQL Support,
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?
Or does it make a difference if the libraries are integrated in my program or if I call the exe outside of my program.
I hope that you can give me some details about how I can use some libraries.
Sincere regards
Sascha Schertler
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