Received: from makus.postgresql.org (makus.postgresql.org [98.129.198.125]) by mail.postgresql.org (Postfix) with ESMTP id 99AA4AD7E31 for ; Sun, 17 Jun 2012 12:49:05 -0300 (ADT) Received: from mail-vc0-f174.google.com ([209.85.220.174]) by makus.postgresql.org with esmtp (Exim 4.72) (envelope-from ) id 1SgHiq-0006ES-60 for pgsql-www@postgresql.org; Sun, 17 Jun 2012 15:49:05 +0000 Received: by vcbf11 with SMTP id f11so2315101vcb.19 for ; Sun, 17 Jun 2012 08:48:51 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:x-gm-message-state; bh=0cRlL05IUnW6oEkplTGvpv5ahWTzfg5ZUD3zC2mu09A=; b=FCEDLA0Oh4AOKJgz0INCeCLFyoenE9MuJBRvLaUUOzCCOs0UTK/OcoiUOpkPoIcHvO esNSNHw5s3iSaHWt1mf4ry8JNFQEaF0VWS7kZ2S3kL83D1iG62e2IdaDUzJ3c89IEaEe klsJoKO+5Z4r7xIFfFIbFuDXFwSlZLTKAOjS+9J+MTAYpH9F2qYtemti0q53775wVwxK J6TrsNQbEFuxd9j3xb3+AvhvRioD+ThSIIk9APJdjVUF7jiNPpjIgxxGH5yLwPLDl4p7 N4frmj+z8PrAhY114m9NXp4OpGMtG9ueroDdL252C9Vqqp7e5Q2xO/5AelXHJqIf6AyG f/VQ== MIME-Version: 1.0 Received: by 10.220.209.75 with SMTP id gf11mr6344601vcb.56.1339948131505; Sun, 17 Jun 2012 08:48:51 -0700 (PDT) Received: by 10.52.182.168 with HTTP; Sun, 17 Jun 2012 08:48:51 -0700 (PDT) In-Reply-To: References: <4FDDAA9F0200002500048597@gw.wicourts.gov> Date: Sun, 17 Jun 2012 16:48:51 +0100 Message-ID: Subject: Re: Some restructuring of the download section From: Dave Page To: Magnus Hagander Cc: Kevin Grittner , "pgsql-www@postgresql.org" Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQmKtiFyLG8ek8xGFiohgpIyTv3VS+qq7GM2i5X4SpAb19oCf47bdLTyd24sE0n6SpjTcm1Z X-Pg-Spam-Score: -2.6 (--) X-Archive-Number: 201206/34 X-Sequence-Number: 20728 On Sun, Jun 17, 2012 at 4:39 PM, Magnus Hagander wrote: > >> The platform native packaging systems are marginally easier to update >> (StackBuilder will update the installers), but have proven in the past to >> confuse some users because it's hard to know what to install (though part of >> what Magnus has done aims to make that easier), and they all install >> software but don't do any of the setup for you - no initdb, no service setup >> etc. > > Uh, that part is just incorrect. Several sets of platform packages > certainly do initdb for you. And AFAIK every single one of them on > Linux at least do service setup for you. Hmm, clearly it's been a while since I did a PG installation on Debian (oddly!), as that does seem to leave the server up and running. I'm fairly certain it didn't in the past. RPMs on the other hand, do not. You have to do something like: yum install postgresql-server service postgresql initdb chkconfig postgresql on service postgresql start (tested on CentOS 6.2). -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company