Re: Postgresql 9.5 error - Mailing list pgsql-admin

From Tom Lane
Subject Re: Postgresql 9.5 error
Date
Msg-id 25941.1455807119@sss.pgh.pa.us
Whole thread Raw
In response to Postgresql 9.5 error  (Yogi Barot <YBarot@symcor.com>)
List pgsql-admin
Yogi Barot <YBarot@symcor.com> writes:
> I have migrated data from postgresql 9.0 to 9.5, When I run following command, it does not show tablespace location
andfails 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


pgsql-admin by date:

Previous
From: Thomas Kellerer
Date:
Subject: Re: Postgresql 9.5 error
Next
From: Steve Crawford
Date:
Subject: Re: Postgresql 9.5 error