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 4FD797E6.9010800@hogranch.com
Whole thread Raw
In response to Re: How to create c language in postgresql database. Thanks.  (leaf_yxj <leaf_yxj@163.com>)
Responses Re: How to create c language in postgresql database. Thanks.  (leaf_yxj <leaf_yxj@163.com>)
List pgsql-general
On 06/12/12 12:22 PM, leaf_yxj wrote:
> 1) What's the info in .dll/.so ?

thats the binary code compiled and linked from C,   windows calls this
DLL (Dynamic Link Library), while unix usually calls it SO (Shared
Object).  Mac OSX has yet another name (dylib or something).

> 2)  .sql scrap  is the binary installation file?

the .sql is the CREATE FUNCTION statement mostly.


> 3) For the same database, we need update C functions frequently ?

you tell me?  how often do your programmers change them?



--
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.