Re: [DOCS] Extending PostgreSQL Using C - Mailing list pgsql-sql

From Hannu Krosing
Subject Re: [DOCS] Extending PostgreSQL Using C
Date
Msg-id 3AA66671.7050306@tm.ee
Whole thread Raw
In response to Extending PostgreSQL Using C  (Boulat Khakimov <boulat@inet-interactif.com>)
List 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 by date:

Previous
From: chard
Date:
Subject: help
Next
From: "Josh Berkus"
Date:
Subject: Re: default value syntax - pg compared to?