ubuntu deb packaging

From: Rob Sargent <robjsargent(at)gmail(dot)com>
To: "pgsql-docs(at)postgresql(dot)org" <pgsql-docs(at)postgresql(dot)org>
Subject: ubuntu deb packaging
Date: 2015-10-21 23:34:58
Message-ID: CAK5oW42PJ3cpdh2pDNzYmtnaBKxCM6Mk=AAuyAii-saOd1TQCg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

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?

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Magnus Hagander 2015-10-23 16:36:23 Re: ubuntu deb packaging
Previous Message Alvaro Herrera 2015-10-20 19:05:22 Re: [HACKERS] max_worker_processes on the standby