public inbox for [email protected]
help / color / mirror / Atom feedubuntu deb packaging
3+ messages / 2 participants
[nested] [flat]
* ubuntu deb packaging
@ 2015-10-21 23:34 Rob Sargent <[email protected]>
2015-10-23 16:36 ` Re: ubuntu deb packaging Magnus Hagander <[email protected]>
0 siblings, 1 reply; 3+ messages in thread
From: Rob Sargent @ 2015-10-21 23:34 UTC (permalink / raw)
To: 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?
^ permalink raw reply [nested|flat] 3+ messages in thread
* Re: ubuntu deb packaging
2015-10-21 23:34 ubuntu deb packaging Rob Sargent <[email protected]>
@ 2015-10-23 16:36 ` Magnus Hagander <[email protected]>
2015-10-23 17:18 ` Re: ubuntu deb packaging Rob Sargent <[email protected]>
0 siblings, 1 reply; 3+ messages in thread
From: Magnus Hagander @ 2015-10-23 16:36 UTC (permalink / raw)
To: Rob Sargent <[email protected]>; +Cc: pgsql-docs
On Thu, Oct 22, 2015 at 1:34 AM, Rob Sargent <[email protected]> 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/
^ permalink raw reply [nested|flat] 3+ messages in thread
* Re: ubuntu deb packaging
2015-10-21 23:34 ubuntu deb packaging Rob Sargent <[email protected]>
2015-10-23 16:36 ` Re: ubuntu deb packaging Magnus Hagander <[email protected]>
@ 2015-10-23 17:18 ` Rob Sargent <[email protected]>
0 siblings, 0 replies; 3+ messages in thread
From: Rob Sargent @ 2015-10-23 17:18 UTC (permalink / raw)
To: Magnus Hagander <[email protected]>; +Cc: pgsql-docs
On 10/23/2015 10:36 AM, Magnus Hagander wrote:
>
>
> On Thu, Oct 22, 2015 at 1:34 AM, Rob Sargent <[email protected]
> <mailto:[email protected]>> 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/
Thanks Magnus,
removed the xc package, loaded synaptic and got pg9.4.
^ permalink raw reply [nested|flat] 3+ messages in thread
end of thread, other threads:[~2015-10-23 17:18 UTC | newest]
Thread overview: 3+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2015-10-21 23:34 ubuntu deb packaging Rob Sargent <[email protected]>
2015-10-23 16:36 ` Magnus Hagander <[email protected]>
2015-10-23 17:18 ` Rob Sargent <[email protected]>
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox