Re: running PostGres without installing it - Mailing list pgsql-admin

From Christopher Browne
Subject Re: running PostGres without installing it
Date
Msg-id 8764h5wc3o.fsf@wolfe.cbbrowne.com
Whole thread Raw
In response to running PostGres without installing it  (jesus martinez <jesus_martinez1967@yahoo.com.ar>)
List pgsql-admin
amadeus0@cox.net (Amadeus Zilfinski) wrote:
> My only real issue with PostgresQL is that it is a client/server
> database, that is not embeddable. If it was embeddable then I could
> use it with no issue, and would in fact rather use it. I recall some
> people are working on that, but don't have any links. You might want
> to try www.postgresql.org and see if they any info on there.

No, there is *not* an a set of people working on "making PostgresQL
embeddable"; it has been talked about, but never taken particularly
seriously.

There's a way to do *a sort of embedding*, but one that specifically
ignores the notion of doing this in an in-process manner.

You could hide a PostgresQL instance, using a variant port, generally
making it pretty hidden away.  Initializing, starting, and stopping it
could be hidden inside the application.

But in no way would this be an embedding as is normally understood,
where all that's needful is to include a library and open the right
directory.
--
select 'cbbrowne' || '@' || 'gmail.com';
http://linuxdatabases.info/info/lisp.html
"Bureaucracies interpret communication as damage and route around it"
-- Jamie Zawinski

pgsql-admin by date:

Previous
From: Michael Fuhr
Date:
Subject: Re: Disk usage in postgresql 8.1.4
Next
From: Yoon Lee
Date:
Subject: unsubscribe