Re: [HACKERS] pgsql in shared lib

2003-09-15 Thread Gerhard Häring
ivan wrote: Is true, but sometimes programers needgood database engine for simply program.I think that postgres is one of the best sql db for free and with open source, [...] Your current alternatives are: - Firebird: can be built as an embedded database engine (may be experimental) - MySQL: can

Re: [HACKERS] pgsql in shared lib

2003-09-09 Thread Czuczy Gergely
hello there is an alternate sql server, designed almost for your needs, it's name is SQLite. it's a very simple one, but you can statically compile it into your programs. search sf or freshmeat for it(or google, ofcourse) Bye, Gergely Czuczy mailto: [EMAIL PROTECTED] PGP:

Re: [HACKERS] pgsql in shared lib

2003-09-09 Thread ivan
Is true, but sometimes programers needgood database engine for simply program.I think that postgres is one of the best sql db for free and with open source, but its too much to install server form only one application, on one workstation . So i thought that there could be the way out , to build

[HACKERS] pgsql in shared lib

2003-09-08 Thread ivan
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

Re: [HACKERS] pgsql in shared lib

2003-09-08 Thread Doug McNaught
ivan [EMAIL PROTECTED] writes: 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. Not without very major code changes. -Doug ---(end of

Re: [HACKERS] pgsql in shared lib

2003-09-08 Thread Andrew Dunstan
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

Re: [HACKERS] pgsql in shared lib

2003-09-08 Thread Tom Lane
Doug McNaught [EMAIL PROTECTED] writes: ivan [EMAIL PROTECTED] writes: 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. Not without very major code changes. ... which are unlikely to