functions + shared libraries

Поиск
Список
Период
Сортировка
От Eric B.Ridge
Тема functions + shared libraries
Дата
Msg-id C1F37A04-0B33-11D7-A9FB-0003930C70D8@tcdi.com
обсуждение исходный текст
Ответ на Re: How to make silently truncate for char type  (Aasmund Midttun Godal <postgresql@aasmund.com>)
Ответы table functions  (Eric B.Ridge <ebr@tcdi.com>)
Список pgsql-general
Is it possible, via a shared library that contains functions used by
postgres, to detect when the library is first loaded and when it is
unloaded?

Also, each postgres process loads its own copy of a library that
contains functions.  Is it possible to make a single library instance
shared across all postgres processes?  I suspect the answer is no b/c I
assume the postmaster exec()'s postgres, rather than forking, but it
doesn't hurt to ask.

thanks in advance!

eric


В списке pgsql-general по дате отправления:

Предыдущее
От: elein (by way of elein ) (by way of elein
Дата:
Сообщение: Issue #3 General Bits
Следующее
От: Eric B.Ridge
Дата:
Сообщение: table functions