ivan wrote:
>hi,
>
>ist possible to compile postgres (after same small modification) to shared
>so, or dll , and usr it like normal postgres , but without any server and
>so on. Its whould be work like simple database (with all funciton in one
>lib), which dont need any others additionals like (network,other process
>etc)
>
You apparently want an embedded database. That is really a different class of software. Maybe a good place to start looking is at the Berkeley DB stuff at http://www.sleepycat.com
cheers
andrew