Re: Needed files - embedded postgres

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Henrik Zagerholm <henke(at)mac(dot)se>
Cc: Ragnar <gnari(at)hive(dot)is>, pgsql-general(at)postgresql(dot)org
Subject: Re: Needed files - embedded postgres
Date: 2006-12-15 15:30:59
Message-ID: 8921.1166196659@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Henrik Zagerholm <henke(at)mac(dot)se> 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 implementation.

One of the reasons it's crash resistant is exactly that it's *not*
embedded, and thus not subject to corruption by application-side bugs.
That concern is what has caused the developers to have zero interest
in creating an embeddable variant.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message George Weaver 2006-12-15 15:33:38 Re: PostgreSQL doesn't accept connections when Windows
Previous Message Tom Lane 2006-12-15 15:18:55 Re: about the RULE system