Re: Embedded Postgres

From: Ognjen Blagojevic <ognjen(at)etf(dot)bg(dot)ac(dot)rs>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Embedded Postgres
Date: 2010-04-22 08:24:34
Message-ID: 4BD007C2.7090208@etf.bg.ac.rs
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

John R Pierce wrote:
> Ognjen Blagojevic wrote:
>> Is there a way to run Postgres in embedded mode? More precisely, to
>> run it without using TCP/IP port, and without installing as a service?
>> I am aware of Unix-domain sockets, but is there something similar for
>> Windows?
>
> on unix, as you imply, it can be run with unix domain sockets, but not
> on Windows as they simply don't have this interface. and, it can be
> started as an application rather than as a system service, but it still
> runs as a separate process from your application(s) and in my book,
> thats not really embedded.

Thank you all for clarification.

Regards,
Ognjen

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jignesh Shah 2010-04-22 08:32:41 Re: Syntax error in trigger
Previous Message Ognjen Blagojevic 2010-04-22 08:20:07 Re: Embedded Postgres