Received: from localhost (maia-1.hub.org [200.46.204.191]) by postgresql.org (Postfix) with ESMTP id 80BCD9FC036 for ; Wed, 8 Aug 2007 13:17:46 -0300 (ADT) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.191]) (amavisd-maia, port 10024) with ESMTP id 53521-05 for ; Wed, 8 Aug 2007 13:17:41 -0300 (ADT) X-Greylist: from auto-whitelisted by SQLgrey-1.7.5 Received: from developer.pgadmin.org (developer.pgadmin.org [63.246.23.140]) by postgresql.org (Postfix) with ESMTP id 23F859FBE7F for ; Wed, 8 Aug 2007 13:17:40 -0300 (ADT) Received: from snake.local ([62.232.55.118]) (authenticated bits=0) by developer.pgadmin.org (8.13.8/8.13.8) with ESMTP id l78GHcTd022851 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 8 Aug 2007 17:17:40 +0100 Message-ID: <46B9EC9F.3000208@postgresql.org> Date: Wed, 08 Aug 2007 17:17:35 +0100 From: Dave Page User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: "Joshua D. Drake" CC: Peter Eisentraut , pgsql-advocacy@postgresql.org, Lukas Kahwe Smith Subject: Re: EnterpriseDB Postgres References: <200708081736.26564.peter_e@gmx.net> <46B9E4F8.1090005@postgresql.org> <46B9EA3E.9040504@commandprompt.com> In-Reply-To: <46B9EA3E.9040504@commandprompt.com> X-Enigmail-Version: 0.95.3 OpenPGP: url=http://www.pgadmin.org/pgp/davepage.pgp Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: Maia Mailguard 1.0.1 X-Archive-Number: 200708/132 X-Sequence-Number: 11702 Joshua D. Drake wrote: > Dave Page wrote: >> Peter Eisentraut wrote: >>> Am Mittwoch, 8. August 2007 17:14 schrieb Lukas Kahwe Smith: >>>> I read about EnterpriseDB PostGres [1] today. Guess since its open >>>> source it does not contain DynaTune (or what their auto tuning feature >>>> for EnterpriseDB is called). Might be a nice addition to be able to get >>>> this unbundled as a binary .. for this distribution? At any rate another >>>> PostgreSQL distribution, well not another actually its "the first-ever >>>> professional-grade distribution". >>> It's basically PostgreSQL and regular add-on components installed in an >>> unusual way. >> Unusual? > > It is certainly unusual to not use a standard package format > (rpm,deb,pkg). I must admit I kinda hat my Win32 hat on when I read that, and haven't really looked at the Linux installer in detail. Outside of the open source world it is far more normal to have distro-independent installers - and this is specifically what we wanted because we want to get PostgreSQL on as many machines as possible. > Although I have to double check if PeterE is actually > correct on his linux filesystem standard comment because as I recall non > standard packages are supposed to go into /opt . That was my recollection as well. I guess it is a little odd to have the sub components in the PostgreSQL installation root, but we do similarly wierd things in pginstaller to make everything work as it should without having lots of copies of libpq and friends. The important thing to note is that it is entirely self contained, won't futz up your filesystem with fluff, and can be uninstalled. /D