[HACKERS] How to embed postgresql?

2009-06-15 Thread Bruce YUAN
Dears, How to embed postgresql if possible? In our Java application solution, we need an embedded database. Berkeley DB can not meet our reqirements in performance and license, so we wish to port postgresql as embedded database. Architecture: Java -> JNI -> the API is wrapped from Plan/Executor

[HACKERS] How to register my function into backend?

2009-06-29 Thread Bruce YUAN
Hi All, My function is to collect some backend information for user anlysis. How to register my function into backend? It make that we can called it via libpg/PQfn(). Thanks! Best regards, Bruce

Re: [HACKERS] How to register my function into backend?

2009-06-30 Thread Bruce YUAN
Oh. Thanks for your instruction! Best regards. Bruce 2009/6/30 Robert Haas > On Mon, Jun 29, 2009 at 4:53 AM, Bruce YUAN wrote:rsd > > My function is to collect some backend information for user anlysis. > > How to register my function into backend? It make that we can called it