Re: Postgresql 9.5 error

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Postgresql 9.5 error
Дата
Msg-id 25941.1455807119@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Postgresql 9.5 error  (Yogi Barot <YBarot@symcor.com>)
Список 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 по дате отправления:

Предыдущее
От: Thomas Kellerer
Дата:
Сообщение: Re: Postgresql 9.5 error
Следующее
От: Steve Crawford
Дата:
Сообщение: Re: Postgresql 9.5 error