Re: How to create c language in postgresql database. Thanks.

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: How to create c language in postgresql database. Thanks.
Date: 2012-06-12 19:10:31
Message-ID: 4FD79427.2080201@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message leaf_yxj 2012-06-12 19:22:22 Re: How to create c language in postgresql database. Thanks.
Previous Message leaf_yxj 2012-06-12 19:07:36 Re: How to create c language in postgresql database. Thanks.