Re: Embedded Postgres - Mailing list pgsql-general

From Ognjen Blagojevic
Subject Re: Embedded Postgres
Date
Msg-id 4BD007C2.7090208@etf.bg.ac.rs
Whole thread Raw
In response to Re: Embedded Postgres  (John R Pierce <pierce@hogranch.com>)
Responses Re: Embedded Postgres  ("Massa, Harald Armin" <chef@ghum.de>)
List 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

pgsql-general by date:

Previous
From: John Gage
Date:
Subject: Re: Identical command-line command will not work with \i metacommand and filename
Next
From: Jignesh Shah
Date:
Subject: Re: Syntax error in trigger