Re: pg_upgrade & tablespaces

Поиск
Список
Период
Сортировка
От Joseph Kregloh
Тема Re: pg_upgrade & tablespaces
Дата
Msg-id CAAW2xfcCO=cyJWt2qEYW-rZTtwC0fYBrONtQG_-QqfmZB4=cFw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: pg_upgrade & tablespaces  (Adrian Klaver <adrian.klaver@gmail.com>)
Ответы Re: pg_upgrade & tablespaces
Re: pg_upgrade & tablespaces
Список pgsql-general

ERROR:  relation "sys_errors" does not exist
LINE 1: SELECT * FROM sys_errors ORDER BY created_ts DESC LIMIT 100;
                       ^
********** Error **********

ERROR: relation "sys_errors" does not exist
SQL state: 42P01
Character: 15

sys_errors is a table in the tablespace correct?

Yes it is.
 

The second test, using the exact same pg_upgrade line. But this time I
updated the location of the tablespaces to outside the /data directory.
I updated pg_tablespace and re-created all symlinks. Now the data
directory doesn't contain the tablespaces. Again pg_upgrade completes
successfully and again I get the same error about the relation.

Any thoughts?


--
Adrian Klaver
adrian.klaver@gmail.com

В списке pgsql-general по дате отправления:

Предыдущее
От: John R Pierce
Дата:
Сообщение: Re: Format of Pioint datatype.... lat/long or long/lat??
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: pg_upgrade & tablespaces