Re: [GENERAL] Needed files - embedded postgres

2006-12-15 Thread Henrik Zagerholm
15 dec 2006 kl. 17:40 skrev Chris Browne: [EMAIL PROTECTED] (Tom Lane) writes: Henrik Zagerholm <[EMAIL PROTECTED]> writes: Postgres has been designed as a server, and lots of implementation details might not make sense in an embedded context. you might be better served by SQLite, or some othe

Re: [GENERAL] Needed files - embedded postgres

2006-12-15 Thread Chris Browne
[EMAIL PROTECTED] (Tom Lane) writes: > Henrik Zagerholm <[EMAIL PROTECTED]> writes: >>> Postgres has been designed as a server, and lots of >>> implementation details might not make sense in an embedded >>> context. you might be better served by SQLite, or some other >>> such library. > >> ... It i

Re: [GENERAL] Needed files - embedded postgres

2006-12-15 Thread Henrik Zagerholm
15 dec 2006 kl. 17:15 skrev Ragnar: On fös, 2006-12-15 at 16:59 +0100, Henrik Zagerholm wrote: I think I need to specify what I mean with embedded. Its not that we try to embed it into an application. It is just run from a flash disk and the datafiles are put on standard raid attached disks.

Re: [GENERAL] Needed files - embedded postgres

2006-12-15 Thread Ragnar
On fös, 2006-12-15 at 16:59 +0100, Henrik Zagerholm wrote: > I think I need to specify what I mean with embedded. > Its not that we try to embed it into an application. > It is just run from a flash disk and the datafiles are put on > standard raid attached disks. > > Its an embedded device not

Re: [GENERAL] Needed files - embedded postgres

2006-12-15 Thread Henrik Zagerholm
I think I need to specify what I mean with embedded. Its not that we try to embed it into an application. It is just run from a flash disk and the datafiles are put on standard raid attached disks. Its an embedded device not an embedded application. :) Cheers, Henrik 15 dec 2006 kl. 16:30 s

Re: [GENERAL] Needed files - embedded postgres

2006-12-15 Thread Tom Lane
Henrik Zagerholm <[EMAIL PROTECTED]> writes: >> Postgres has been designed as a server, and lots of >> implementation details might not make sense in an embedded >> context. you might be better served by SQLite, or some other >> such library. > ... It is also quite crash resistant with the WAL imp

Re: [GENERAL] Needed files - embedded postgres

2006-12-15 Thread Henrik Zagerholm
Thats true and we have. With the amount of data we need to handle and the queries we need to execute the postgresql database is way better suited for our needs. SQLite do not have the functions we need anyways. It is also quite crash resistant with the WAL implementation. We still create the

Re: [GENERAL] Needed files - embedded postgres

2006-12-15 Thread Ragnar
On fös, 2006-12-15 at 11:41 +0100, Henrik Zagerholm wrote: > Hello list, > I'm working on a project which tries to run postgre as a embedded > database. > > I'm know looking at start up scripts and initdb scripts. > > What are the necessary files for running initdb and running postgres > as a

[GENERAL] Needed files - embedded postgres

2006-12-15 Thread Henrik Zagerholm
Hello list, I'm working on a project which tries to run postgre as a embedded database. I'm know looking at start up scripts and initdb scripts. What are the necessary files for running initdb and running postgres as an embedded database? All binary files and their deps are already fixed