Re: Error with libdir - PostgreSQL 9.2

Поиск
Список
Период
Сортировка
От Albe Laurenz
Тема Re: Error with libdir - PostgreSQL 9.2
Дата
Msg-id A737B7A37273E048B164557ADEF4A58B537F96B2@ntex2010i.host.magwien.gv.at
обсуждение исходный текст
Ответ на Re: Error with libdir - PostgreSQL 9.2  ("drum.lucas@gmail.com" <drum.lucas@gmail.com>)
Список pgsql-admin
drum.lucas@gmail.com wrote:
> I'm using PostgreSQL 9.2 version and, doing a pg_dump command, I got the following error:
>     ERROR:  could not access file "$libdir/postgis-2.0": No such file or directory
>
> # Running pg_config --libdir
>     /usr/pgsql-9.2/lib

> So.. it seems that in /usr/pgsql-9.2/lib I got:
> postgis-2.1.so
> 
> How can I update the postgresql to look for 2.1 and not 2.0?
> #select * from pg_available_extensions;
> postgis                | 2.1.8           | 2.0.3
> 
> Should be like this?
> ALTER EXTENSION postgis UPDATE TO "2.1.8";

Yes, or just "ALTER EXTENSION postgis UPDATE".

Yours,
Laurenz Albe

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

Предыдущее
От: "drum.lucas@gmail.com"
Дата:
Сообщение: Re: Error with libdir - PostgreSQL 9.2
Следующее
От: kwfarrell
Дата:
Сообщение: Re: A local replication entry