Re: Postgresql 9.5 error

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Yogi Barot <YBarot(at)symcor(dot)com>
Cc: "'pgsql-admin(at)postgresql(dot)org'" <pgsql-admin(at)postgresql(dot)org>
Subject: Re: Postgresql 9.5 error
Date: 2016-02-18 14:51:59
Message-ID: 25941.1455807119@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Yogi Barot <YBarot(at)symcor(dot)com> writes:
> I have migrated data from postgresql 9.0 to 9.5, When I run following command, it does not show tablespace location and fails with bellow error. Can someone provide fix in the next release?

> postgres=# \db*
> ERROR: column "spclocation" does not exist
> LINE 3: spclocation AS "Location"

You're apparently trying to use an old version of psql with the newer
database. You need to use an up-to-date psql.

regards, tom lane

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Steve Crawford 2016-02-18 14:58:59 Re: Postgresql 9.5 error
Previous Message Thomas Kellerer 2016-02-18 14:26:11 Re: Postgresql 9.5 error