Received: from makus.postgresql.org (makus.postgresql.org [98.129.198.125]) by mail.postgresql.org (Postfix) with ESMTP id C879A4DA6A6 for ; Thu, 10 May 2012 01:44:43 -0300 (ADT) Received: from mail-qc0-f174.google.com ([209.85.216.174]) by makus.postgresql.org with esmtp (Exim 4.72) (envelope-from ) id 1SSLF3-0001HH-8Q for pgsql-www@postgresql.org; Thu, 10 May 2012 04:44:42 +0000 Received: by qcro28 with SMTP id o28so840122qcr.19 for ; Wed, 09 May 2012 21:44:28 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer :x-gm-message-state; bh=A1wcusvQJlGXQMtM7Mz9WTvVFU4C/A17vMGwejeQQuE=; b=iStqhJDPWlzK43S25RjktOWGJV9e45xuzgpINV06RFbo7edGJyGTwIY1k9+EpILkCB sXN6Bgj8PEQrAVMKLQQF9KNQwDGWZ59ou6JVV7aY57NWhfWAqywHjCYyVFOQEEQBR5ky TDRuT3z8nWUBYgfhkX4CCQ2wxvjzR1j0oGIlExDaWEIBbBHJFvn1wsRP9JRPJRxdCXo+ 440CgdrZH6a7AHF8kTsiioxIFayMpNwNTcfK+7mhs2xS9CrrXI6XtdS7U144rmZKvXeH 1kRYzv9squyGzJ/hoiwty4L5g2JY2/fqwKcMW9VYOR1iweUgNhnoWucUNJYevi/BbpL/ ujag== Received: by 10.224.108.2 with SMTP id d2mr4998328qap.46.1336625067972; Wed, 09 May 2012 21:44:27 -0700 (PDT) Received: from solid-ph33r.home (pool-108-46-134-156.nycmny.fios.verizon.net. [108.46.134.156]) by mx.google.com with ESMTPS id gw8sm14349237qab.7.2012.05.09.21.44.25 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 09 May 2012 21:44:25 -0700 (PDT) Subject: Re: Add Postgres.app to the Downloads page? Mime-Version: 1.0 (Apple Message framework v1257) Content-Type: text/plain; charset=iso-8859-1 From: "Jonathan S. Katz" In-Reply-To: Date: Thu, 10 May 2012 00:44:23 -0400 Cc: Josh Berkus , Bruce Momjian , pgsql-www@postgresql.org Content-Transfer-Encoding: quoted-printable Message-Id: References: <4FAAF2B2.2010406@agliodbs.com> <20120509224502.GB16880@momjian.us> <4FAAF799.5030503@agliodbs.com> To: Peter Geoghegan X-Mailer: Apple Mail (2.1257) X-Gm-Message-State: ALoCoQkazMhuCnhOGS0daZNVq4CdYL3Urg60KyCOQDsEdfSCIy1jY7K3GENTbMFYcfwnun9zkLWa X-Pg-Spam-Score: -2.6 (--) X-Archive-Number: 201205/11 X-Sequence-Number: 20636 On May 9, 2012, at 7:56 PM, Peter Geoghegan wrote: > On 10 May 2012 00:02, Josh Berkus wrote: >> On 5/9/12 3:45 PM, Bruce Momjian wrote: >>> On Wed, May 09, 2012 at 03:41:54PM -0700, Josh Berkus wrote: >>>> All, >>>>=20 >>>> Before we get to beta, I'd love to add Postgres.app to the = downloads >>>> page. Any objections? >>>=20 >>> What does that do? >>=20 >> User-friendly mac-native installer. >=20 > I agree with the idea. it's mostly for web developers who sometimes > need to quickly run Postgres to test their application. Users don't > have to install a service. One of the most frequent questions I get from OS X users is "I'm having = trouble installing Postgres - how do I do it?" - apparently building = from source on OS X is in vogue :-) That said, I would agree with adding the OS X installer to the = downloads. There are some alternative ways of installing it on OS X as = well, but we want to make it as simple as possible. Jonathan=