Re: Debian readline/libedit breakage - Mailing list pgsql-hackers

From Greg Stark
Subject Re: Debian readline/libedit breakage
Date
Msg-id AANLkTinOMFnYtxVhTtWuKRmATdNncivjnXS3g9-qgOj=@mail.gmail.com
Whole thread Raw
In response to Re: Debian readline/libedit breakage  (Stephen Frost <sfrost@snowman.net>)
List pgsql-hackers
On Thu, Feb 17, 2011 at 3:39 AM, Stephen Frost <sfrost@snowman.net> wrote:
> * Greg Stark (gsstark@mit.edu) wrote:
>> Well for what it's worth we want to support both. At least the project
>> philosophy has been that commercial derivatives are expected and
>> acceptable so things like EDB's products, or Greenplums, or for that
>> matter Pokertracker's all include other proprietary source that of
>> course has restrictive licenses ("OpenSSL-type-licensed" except even
>> *more* restrictive).
>
> This is a bit backwards, I think..  What you're suggesting is that, some
> day, we might want community/BSD-licensed PG to link against
> commercially licensed products from EDB for basic functionality (eg:
> encryption)?
>

No. Firstly we're not talking about linking -- linking is just a
technical step and the law is much fuzzier and general than that. When
you build a binary it's a "derivative work" of all the components that
went into building that binary whether they were linked in or not.
This includes the macros in the header files that were used, the
parser code from bison, etc.

Secondly I'm not talking about how what software is in the community
licensed PG. We have always said in the past that we want Postgres to
be usable by other people to embed in their commercially licensed
software and that means that the license has to allow not just
redistributing Postgres but redistributing it under more restrictive
licenses.



--
greg


pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: sepgsql contrib module
Next
From: Oliver Jowett
Date:
Subject: Re: Fwd: [JDBC] Weird issues when reading UDT from stored function