On Tue, 2007-05-08 at 13:26, Austin Winstanley wrote: > Is there a version of PostgreSql that can be embedded with an > application? > > I have a Mono application and when I deploy it, I would like to deploy > a postgresql database with it, but embedded, so the end user doesn't > have to install postgresql seperately. Is this possible?
Nope, and it's not real likely to happen. Take a look at sqllite. ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match