Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.80) (envelope-from ) id 1ZpfKQ-0006ta-GL for pgsql-docs@arkaria.postgresql.org; Fri, 23 Oct 2015 16:36:30 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84) (envelope-from ) id 1ZpfKP-00016K-E5 for pgsql-docs@arkaria.postgresql.org; Fri, 23 Oct 2015 16:36:29 +0000 Received: from makus.postgresql.org ([2001:4800:1501:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84) (envelope-from ) id 1ZpfKO-00015s-In for pgsql-docs@postgresql.org; Fri, 23 Oct 2015 16:36:28 +0000 Received: from mail-wi0-x22e.google.com ([2a00:1450:400c:c05::22e]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84) (envelope-from ) id 1ZpfKL-0005zh-9D for pgsql-docs@postgresql.org; Fri, 23 Oct 2015 16:36:27 +0000 Received: by wicll6 with SMTP id ll6so39176934wic.1 for ; Fri, 23 Oct 2015 09:36:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=hagander_net.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=LsTpVePE+NQiL3EFLV1+rm0DhfUqIe+bYolo5tLNDyo=; b=ggiBI3juDjpPNqCXhrwDInZrMqxrBuyEnFTbgetr9iMR9dewQhDTF+8EtRK2rd6lLY 0KrrfOOZTM9Dr2TsY0xsGc+JGyGsWCShqtaoQYKF/1eMXXm2i2NmzBMyreYwSi+WpiYs ZPkRKQs1y93gczgmLHkgGz/VhxEz1fTzoWKBhzSjEdr3xZAN5vhnSzO0aMPWrjEOw7N0 4T0tX7Yklww0Egyo4Ttq9lt9H1hAaITBSGyjBhk6stIpqixDsvdnRFGr3OqtbSjVZLM8 MUXrphDEJCeZjthlZ0Y3QEMnwb9uW0RVIcpdd+NlGFVVJVxSutlao4YCHuZjOED4dBgb 5wqw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=LsTpVePE+NQiL3EFLV1+rm0DhfUqIe+bYolo5tLNDyo=; b=RKQEwSG4PP1nqXr6qmrJ6I9Fh3Ntr9ZYPEGzBxnDPPEIztdH/pBESgfvs5klOKK144 y66p43D4sxS1QL7HbmtMoHa0LoaXpo3h92sOm/Dphgu4g+Un0rnFJN770WajqETGtQaF NpqwGYglAGgofvrFBsk4OWvTDF0+qeU3AAQp3SuOf9O9Cm1u/PL2Rxyuvs4cPLVDZmGR tI1POyVM6VnXVoGGHQtaUjV2m9l+9Q1DznuhzTjkBRJxrk9ou9OY7Wy3HkoiCzdWrk8N jDEVMJcBls0mhNphCoXvXmkKgBYW9amLGwhZnT3yzGrCIijdywBVuKRZF0YNry4pRmWm uY2Q== X-Gm-Message-State: ALoCoQm2FghwAW+3BtvCuOx9obo488YU8lqRaLB/oHfIzX9mi+MM9DZeP3sAYvWqGPRuKHjlo9sJ MIME-Version: 1.0 X-Received: by 10.180.211.230 with SMTP id nf6mr5708231wic.30.1445618183439; Fri, 23 Oct 2015 09:36:23 -0700 (PDT) Received: by 10.194.73.133 with HTTP; Fri, 23 Oct 2015 09:36:23 -0700 (PDT) In-Reply-To: References: Date: Fri, 23 Oct 2015 18:36:23 +0200 Message-ID: Subject: Re: ubuntu deb packaging From: Magnus Hagander To: Rob Sargent Cc: "pgsql-docs@postgresql.org" Content-Type: multipart/alternative; boundary=001a11c37f684e27330522c83665 X-Pg-Spam-Score: -2.6 (--) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgsql-docs Precedence: bulk Sender: pgsql-docs-owner@postgresql.org --001a11c37f684e27330522c83665 Content-Type: text/plain; charset=UTF-8 On Thu, Oct 22, 2015 at 1:34 AM, Rob Sargent wrote: > 1. I have a shiny new desktop running > cat /etc/os-release > NAME="Ubuntu" > VERSION="14.04.3 LTS, Trusty Tahr" > ID=ubuntu > ID_LIKE=debian > PRETTY_NAME="Ubuntu 14.04.3 LTS" > VERSION_ID="14.04" > HOME_URL="http://www.ubuntu.com/" > SUPPORT_URL="http://help.ubuntu.com/" > BUG_REPORT_URL="http://bugs.launchpad.net/ubuntu/" > > 2. Unfortunately I thought it was 14.10 and first put "utopic" in the list > file but that didn't work. big surpries. > 3. But now > cat /etc/apt/sources.list.d/pgdg.list > deb http://apt.postgresql.org/pub/repos/apt/ trusty-pgdg main > > 4.. and after running sudo apt-get update I do indeed get psql. But is > this to be expected? > psql --version > psql (Postgres-XC) 1.1 > (based on PostgreSQL) 9.2.4 > > Dis (mis)step 2 do me in? Should I not see psql version closer to 9.4? > > > You seem to have installed psql from Postgres XC rather than from PostgreSQL. Look if you have any of the XC packages installed and then remove those, replacing them with the PostgreSQL ones. -- Magnus Hagander Me: http://www.hagander.net/ Work: http://www.redpill-linpro.com/ --001a11c37f684e27330522c83665 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable


On Thu, Oct 22, 2015 at 1:34 AM, Rob Sargent <robjsargent@gmail.co= m> wrote:
=
1. I have a shiny new desktop running
cat /etc/os-release
NAME=3D&quo= t;Ubuntu"
VERSION=3D"14.04.3 LTS, Trusty Tahr"
ID=3Dub= untu
ID_LIKE=3Ddebian
PRETTY_NAME=3D"Ubuntu 14.04.3 LTS"VERSION_ID=3D"14.04"
HOME_URL=3D"http://www.ubuntu.com/"
SUPPORT_U= RL=3D"http://hel= p.ubuntu.com/"
BUG_REPORT_URL=3D"http://bugs.launchpad.net/ubuntu/"

2. Unfortunately I thought it was 14.10 and first put = "utopic" in the list file but that didn't work.=C2=A0 big sur= pries.=C2=A0
3. But now
4.. and after running sudo apt-get update I do= indeed get psql. But is this to be expected?
psql --version
psql (Postgres-XC) 1.1
(based on PostgreSQL) 9.2= .4

Dis (mis)step 2 do me in?=C2=A0 Should I not see psql= version closer to 9.4?



You seem to have inst= alled psql from Postgres XC rather than from PostgreSQL. Look if you have a= ny of the XC packages installed and then remove those, replacing them with = the PostgreSQL ones.=C2=A0



= --
=C2=A0Magnus Hagander
=C2=A0Me: http://www.hagander.ne= t/
=C2=A0Work: http://www.redpill-linpro.com/
--001a11c37f684e27330522c83665--