Re: I want to use postresql for this app, but...

From: "scott(dot)marlowe" <scott(dot)marlowe(at)ihs(dot)com>
To: Andrew Sullivan <ajs(at)crankycanuck(dot)ca>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: I want to use postresql for this app, but...
Date: 2004-02-10 21:05:26
Message-ID: Pine.LNX.4.33.0402101404210.29472-100000@css120.ihs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-advocacy pgsql-general pgsql-odbc

On Tue, 10 Feb 2004, Andrew Sullivan wrote:

> On Tue, Feb 10, 2004 at 12:06:43PM -0700, scott.marlowe wrote:
> > simple. They GPL'd their connection libs. So, if you write code that has
> > their connection libs in it, it's gotta be GPL'd.
>
> Yes. But you could fork from their old libs (which were, IIRC, LGPL)
> and work from there. Of course, you can't look at the new code
> first, but if Compaq could clean room the IBM BIOS, it's gotta be
> possible to find someone who knows nothing about this either.

But they changed their connection methods completely, so the old libs
won't talk to the 4.x database. So, you'd have to clean room implement
their 4.0 connect protocal, and make your own non-GPL connect lib by wire
sniffing it or having someone read the code, write down a white paper of
the connection protocal and then implement from there.

In response to

Browse pgsql-advocacy by date

  From Date Subject
Next Message Jan Wieck 2004-02-11 00:09:49 Re: I want to use postresql for this app, but...
Previous Message Josh Berkus 2004-02-10 20:46:05 Re: [GENERAL] I want to use postresql for this app, but...

Browse pgsql-general by date

  From Date Subject
Next Message Richard Huxton 2004-02-10 21:07:17 Re: Join query on 1M row table slow
Previous Message Richard Huxton 2004-02-10 21:01:36 Re: Duplicate oid and primary key values

Browse pgsql-odbc by date

  From Date Subject
Next Message Jan Wieck 2004-02-11 00:09:49 Re: I want to use postresql for this app, but...
Previous Message Josh Berkus 2004-02-10 20:46:05 Re: [GENERAL] I want to use postresql for this app, but...