Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.80) (envelope-from ) id 1Zp2up-00034U-H5 for pgsql-docs@arkaria.postgresql.org; Wed, 21 Oct 2015 23:35:31 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84) (envelope-from ) id 1Zp2uo-0000Kg-Nf for pgsql-docs@arkaria.postgresql.org; Wed, 21 Oct 2015 23:35:30 +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 1Zp2uS-0008Kg-E4 for pgsql-docs@postgresql.org; Wed, 21 Oct 2015 23:35:08 +0000 Received: from mail-wi0-x22f.google.com ([2a00:1450:400c:c05::22f]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84) (envelope-from ) id 1Zp2uK-0007MS-Vu for pgsql-docs@postgresql.org; Wed, 21 Oct 2015 23:35:06 +0000 Received: by wijp11 with SMTP id p11so7049585wij.0 for ; Wed, 21 Oct 2015 16:34:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=YGW4YeT+ByT2cEr8fN/Uof364GEYGGfeiJCnDo88f5o=; b=cla5HCkExv4pwL6SZr+5d6fdRFWknQ/tEcdOsUl//uavIEG79uM0st70BAw7IGMEk/ hUNCjDW1AVvs5GcaHizTOjBQY74OzM539qJQY7Avd3HhPupxvL+z4w6DXythVT89kxTH n6H/YlheL8jOqN1QJpxx4dKNt/7dDoK6yxDyn6bT+BMUeRtj/xAwGbNgc+ZFDJ9PgnKC +Rt0QvHyEydzWpKCwIpoyiGTSv/kaqdQBm2KatF/rF6IbV11jWy/C4LXran4qg3pxbfR y19neztWCr8FIbaI0DdVxVbc1VHH6hIoJj26u827jPi/Pb7Cs83oyRi6/ftc50wklQwZ 2ZfA== MIME-Version: 1.0 X-Received: by 10.180.102.226 with SMTP id fr2mr38968482wib.3.1445470498571; Wed, 21 Oct 2015 16:34:58 -0700 (PDT) Received: by 10.194.236.164 with HTTP; Wed, 21 Oct 2015 16:34:58 -0700 (PDT) Date: Wed, 21 Oct 2015 17:34:58 -0600 Message-ID: Subject: ubuntu deb packaging From: Rob Sargent To: "pgsql-docs@postgresql.org" Content-Type: multipart/alternative; boundary=f46d0445196599cdd60522a5d3c9 X-Pg-Spam-Score: -2.7 (--) 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 --f46d0445196599cdd60522a5d3c9 Content-Type: text/plain; charset=UTF-8 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? --f46d0445196599cdd60522a5d3c9 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
1. I have a shiny new desktop running
cat /etc/os-release
NAME=3D"Ubuntu"
VERSION=3D"14.04.3 LTS, Trusty Ta= hr"
ID=3Dubuntu
ID_LIKE=3Ddebian
PRETTY_NAME=3D"Ubuntu 1= 4.04.3 LTS"
VERSION_ID=3D"14.04"
HOME_URL=3D"http://www.ubuntu.com/= "
SUPPORT_URL=3D"http://help.ubuntu.com/"
BUG_REPORT_URL=3D"http://bugs.launc= hpad.net/ubuntu/"

2. Unfortunately I thought it was 1= 4.10 and first put "utopic" in the list file but that didn't = work.=C2=A0 big surpries.=C2=A0
3. But now
cat /etc/apt/sources.list.d/pgdg.list
deb http://apt.postgresql.org/p= ub/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?=C2=A0 Sh= ould I not see psql version closer to 9.4?

=
--f46d0445196599cdd60522a5d3c9--