Re: Confusion over Python drivers {license}

From: Jeff Davis <pgsql(at)j-davis(dot)com>
To: Greg Smith <greg(at)2ndquadrant(dot)com>
Cc: Kevin Ar18 <kevinar18(at)hotmail(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Confusion over Python drivers {license}
Date: 2010-02-12 00:00:41
Message-ID: 1265932841.29919.2682.camel@jdavis
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, 2010-02-10 at 23:13 -0500, Greg Smith wrote:
> Until then, working apps have to
> be the primary motivation for what to work on here, unless there's a
> really terrible problem with the driver. The existing psycopg license
> and the web site issues were in combination enough to reach that level
> of total issues for a number of people. With the news from Federico
> that a license improvement is approaching and signs of major
> documentation improvements, that problem seems like it will soon be
> solved as far as I'm concerned. When someone manages to make their
> alternative driver a prerequisite for an app I need, only at that point
> will that driver show back up on my radar.

Keep in mind that backwards compatibility is not the only issue here;
forwards compatibility matters as well*. A lot of the encoding issues I
wrote up ( http://wiki.postgresql.org/wiki/Driver_development ) will
probably be real bugs in a python3 application using a driver that
doesn't understand encoding properly.

Obviously this is less urgent than having a driver that works now, but
it's still important. I think we would attract some goodwill from the
python community if we were helping them move to python3, rather than
sitting around waiting 'til they've already moved and decided that they
can't use postgresql.

Regards,
Jeff Davis

* I tried installing psycopg2-2.0.13 and the build system apparently
doesn't support python3.1, so I assume that psycopg2 doesn't support
python3 at all.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2010-02-12 00:10:18 Re: review: More frame options in window functions
Previous Message Robert Haas 2010-02-11 23:59:13 Re: log_error_verbosity function display