From: | Christopher Browne <cbbrowne(at)acm(dot)org> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: EMBEDDED PostgreSQL |
Date: | 2005-01-25 13:44:13 |
Message-ID: | m33bwpvd1u.fsf@knuth.knuth.cbbrowne.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Martha Stewart called it a Good Thing when topeakinniyi(at)yahoo(dot)co(dot)uk (Tope Akinniyi) wrote:
> If I may ask, is there any plan for embedded PostgreSQL database as
> we have it in Firebird database? In Firebird embedded a compact
> engine of the database that can only accept connections from
> localhost (127.0.0.1) and easily distributable with single user
> applications exists.
You can do that with PostgreSQL by configuring pg_hba.conf to only
accept connections from localhost.
And there is no problem with the notion of creating a database in a
local directory.
None of this requires any change.
--
output = reverse("moc.liamg" "@" "enworbbc")
http://www3.sympatico.ca/cbbrowne/postgresql.html
Signs of a Klingon Programmer #11: "This machine is a piece of GAGH! I
need dual Pentium processors if I am to do battle with this code!"
From | Date | Subject | |
---|---|---|---|
Next Message | Richard_D_Levine | 2005-01-25 13:45:09 | Re: EMBEDDED PostgreSQL |
Previous Message | Alex Turner | 2005-01-25 13:36:53 | Re: Object Relational, Foreign Keys and Triggers |