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

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: How to create c language in postgresql database. Thanks.
Дата
Msg-id 4FD79427.2080201@hogranch.com
обсуждение исходный текст
Ответ на Re: How to create c language in postgresql database. Thanks.  (leaf_yxj <leaf_yxj@163.com>)
Список 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 по дате отправления:

Предыдущее
От: leaf_yxj
Дата:
Сообщение: Re: How to create c language in postgresql database. Thanks.
Следующее
От: leaf_yxj
Дата:
Сообщение: Re: How to create c language in postgresql database. Thanks.