Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!news1.tnib.de!feed.news.tnib.de!news.tnib.de!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.018 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'received:209.85.223': 0.03; 'open-source': 0.04; 'subject:Python': 0.05; 'postgresql': 0.07; 'outlined': 0.09; 'sep': 0.09; 'decent': 0.16; 'wrote:': 0.17; 'thu,': 0.17; 'greg': 0.22; "i've": 0.23; 'header:In-Reply- To:1': 0.25; 'url:wiki': 0.26; 'message-id:@mail.gmail.com': 0.27; "i'm": 0.29; 'curious': 0.33; 'to:addr:python-list': 0.33; 'received:google.com': 0.34; 'project': 0.34; 'list': 0.35; 'pm,': 0.35; 'received:209.85': 0.35; 'but': 0.36; 'why': 0.37; 'received:209': 0.37; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40; 'kind': 0.61; 'here:': 0.62; 'differences': 0.65; 'answer.': 0.71; 'gotten': 0.75; 'discussions,': 0.84; 'donald': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=1z2FB2NxAtXofs8Sji4lBcXSY8AdUqivclK/s4+eTOE=; b=XNWYlBEZ3y0ZCwtwlfQoaJJ8ml6aqMmbaYIfKMzHwPULpt364JZ6IsMiS06LHvKOTr UsbHBeliQzzZFKkWkqz8wVR8Fqo5q5Z7gMmh7mC+CYjql40FWzB6oSd8dG2ndCoa1q3Q 0utRRgoJ8h/Zpa0Eyh2qg8CbO4epmYxVoHt4KG9G2o4gtl07TK7HX3WbBCugSxVXZaob EeVCVV4jMBY44i97ybeUbdFb+vg2duYuSvSuRXqL8+xIWs3vRDEUqVObA4HyNiAEs6PF ABr0go1rVv+cZn8woH01uTVfA+Ji3YT799sRpuNk5xoWqmrd9HfOCOG2IIdcWAFtg7OM 3VTQ== MIME-Version: 1.0 In-Reply-To: <506515F8.9020606@tysdomain.com> References: <5061cf25$0$29981$c3e8da3$5496439d@news.astraweb.com> <5063a179$0$29981$c3e8da3$5496439d@news.astraweb.com> <5063eba2$0$29997$c3e8da3$5496439d@news.astraweb.com> <506515F8.9020606@tysdomain.com> From: Greg Donald Date: Thu, 27 Sep 2012 22:50:19 -0500 Subject: Re: Article on the future of Python To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 18 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1348804244 news.xs4all.nl 6933 [2001:888:2000:d::a6]:41340 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:30352 On Thu, Sep 27, 2012 at 10:14 PM, Littlefield, Tyler wrote: > I know this isn't the list for database discussions, but I've never gotten a > decent answer. I don't know much about either, so I'm kind of curious why > postgresql over mysql? MySQL is an open-source PRODUCT owned by a for-profit company. PostgreSQL is an open-source PROJECT and is unowned. A lot of the major technical differences are outlined here: http://www.wikivs.com/wiki/MySQL_vs_PostgreSQL -- Greg Donald