ubuntu pg_wrapper selects the wrong version for pg_restore

Поиск
Список
Период
Сортировка
От robert
Тема ubuntu pg_wrapper selects the wrong version for pg_restore
Дата
Msg-id 49114390-1ce9-fc64-eb2a-aa7bf141a01c@redcor.ch
обсуждение исходный текст
Ответы Re: ubuntu pg_wrapper selects the wrong version for pg_restore  (Shreeyansh Dba <shreeyansh2014@gmail.com>)
Список pgsql-admin
hi there,

I have postgresql 10.1 installed

when I use pg_restore the wrong version is selected:

robert@lappi:~/odoo_instances$ pg_restore  -V
pg_restore (PostgreSQL) 9.5.10


when I execute

robert@lappi:~/odoo_instances$ pg_restore --cluster 10/main -V
pg_restore (PostgreSQL) 10.1

the correct one is used.


how can I make pg_wrapper use this one as default?


thanks

robert




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

Предыдущее
От: Dave Cramer
Дата:
Сообщение: Re: Postgres install
Следующее
От: Shreeyansh Dba
Дата:
Сообщение: Re: ubuntu pg_wrapper selects the wrong version for pg_restore