Re: [DOCS] Extending PostgreSQL Using C

Поиск
Список
Период
Сортировка
От Hannu Krosing
Тема Re: [DOCS] Extending PostgreSQL Using C
Дата
Msg-id 3AA66671.7050306@tm.ee
обсуждение исходный текст
Ответ на Extending PostgreSQL Using C  (Boulat Khakimov <boulat@inet-interactif.com>)
Список pgsql-sql
Boulat Khakimov wrote:

> Hi,
>
> Im writing a C function for PG to do one way encryption using crypt.
> Here is the source code
>
> it gives me this error
>
> ERROR:  Can't find function encrypt in file /[full path here]/encrypt.so
>
>
> Why do I get this error????
> Any ideas?

Can _postgres_ user read /[full path here]/encrypt.so ?

---------------
Hannu


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

Предыдущее
От: chard
Дата:
Сообщение: help
Следующее
От: "Josh Berkus"
Дата:
Сообщение: Re: default value syntax - pg compared to?