Page 1 of 1

Postgress Embedded ?

Posted: 19.04.2009, 13:53
by vertex
Hi, sorry for my English, speak it not well.

How I can launch postgress database from one folder. In MySQL needing mysqld.dll, but with MYSQL Embedded licensing I must decline using this database. Which files must be at folder for launch Postgres?

Posted: 19.04.2009, 21:04
by mdaems
I'm afraid you'll have to use the embedded firebird server then. As far as I know there's no such thing as an embedded postgresql server.
But I may be wrong. I'm a postgresql newbie myself.

Mark

Posted: 21.04.2009, 10:13
by trupka
Embedded Postgresql doesn't exists. Don't think it will ever be. On the other hand:
- official postgresql installer can be easily integraded into your setup and (almost) completely automated.
- database is easy (and safe) to patch (metadata changes inside transactions are 100% supported)