Обсуждение: Re: Error when building postgresql with contrib functions

Поиск
Список
Период
Сортировка

Re: Error when building postgresql with contrib functions

От
"Kevin Grittner"
Дата:
M Z  wrote:
> Looks like the contrib functions have not been added in.
The contrib features are not built or installed by default -- they
are optional modules.  This should point you in the right direction:
http://www.postgresql.org/docs/8.3/interactive/contrib.html
-Kevin