Re: How to create c language in postgresql database. Thanks. - Mailing list pgsql-general

From John R Pierce
Subject Re: How to create c language in postgresql database. Thanks.
Date
Msg-id 4FD79427.2080201@hogranch.com
Whole thread Raw
In response to Re: How to create c language in postgresql database. Thanks.  (leaf_yxj <leaf_yxj@163.com>)
List pgsql-general
On 06/12/12 12:07 PM, leaf_yxj wrote:
> one more question: so it's one time jobs or it need keep  doing.

each time the C function is updated, you would need to DROP FUNCTION /
replace binary / CREATE FUNCTION in any database that needs it.  and
each time you create a new database that needs it, you'd need to CREATE
FUNCTION

--
john r pierce                            N 37, W 122
santa cruz ca                         mid-left coast


pgsql-general by date:

Previous
From: leaf_yxj
Date:
Subject: Re: How to create c language in postgresql database. Thanks.
Next
From: leaf_yxj
Date:
Subject: Re: How to create c language in postgresql database. Thanks.