Re: PostgreSQL, LGPL and GPL.

From: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
To: Karen Hill <karen_hill22(at)yahoo(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: PostgreSQL, LGPL and GPL.
Date: 2006-10-20 18:49:34
Message-ID: 45391A3E.6050807@commandprompt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Karen Hill wrote:
> I was looking through the various contrib packages and pgfoundry
> projects. I noticed that many of them are GPL like PostGIS or LGPL
> like Npgsql. I have questions.
>
> If you make create a PostgreSQL database that uses PostGIS and you
> distribute that database, than your database (tables, stored
> procedures, views, etc) are GPL? Like wise if you create a client that
> connects to that database, do they also become GPL? Does PostgreSQL in
> effect become GPL when using PostGIS because PostGIS accesses parts of
> PostgreSQL?

O.k. first, nobody here is a lawyer. You should be asking them. However
in my experience:

PostgreSQL + LGPL is fine
PostgreSQL + GPL it depends.

For example, if Slony was GPL and you used Slony + PostgreSQL with your
web application to distribute load, it is questionable if you would be
able to keep your sources to yourself as the GPL becomes a distributed
and required component of the application.

But it all depends on a ton of components.

In short, don't ask geeks legal questions, they don't know even if they
think they do. You need to ask an attorney.

Remember that the law is all about interpretation.

You killed that man? Yes I did -- but did I murder him? Or was it
involuntary manslaughter? .. Neither; it was self defense. No it was not
self defense, you were driving your car. Oh your right, it was a crime
of passion -- let's make a plea deal.

Sincerely,

Joshua D. Drake

--

=== The PostgreSQL Company: Command Prompt, Inc. ===
Sales/Support: +1.503.667.4564 || 24x7/Emergency: +1.800.492.2240
Providing the most comprehensive PostgreSQL solutions since 1997
http://www.commandprompt.com/

Donate to the PostgreSQL Project: http://www.postgresql.org/about/donate

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Merijn de Weerd 2006-10-20 19:07:37 Re: PostgreSQL, LGPL and GPL.
Previous Message Merlin Moncure 2006-10-20 18:46:19 Re: Upgrade 7.4 to 8.1 or 8.2?