Re: [GENERAL] Embedded Postgres

2010-04-22 Thread John R Pierce
Massa, Harald Armin wrote: 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 proc

Re: [GENERAL] Embedded Postgres

2010-04-22 Thread Ognjen Blagojevic
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

Re: [GENERAL] Embedded Postgres

2010-04-22 Thread Massa, Harald Armin
Ognjen, > 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

Re: [GENERAL] Embedded Postgres

2010-04-22 Thread Ognjen Blagojevic
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

Re: [GENERAL] Embedded Postgres

2010-04-21 Thread John R Pierce
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 do

Re: [GENERAL] Embedded Postgres

2010-04-21 Thread Thomas Kellerer
Ognjen Blagojevic, 21.04.2010 17:08: More precisely, to run it without using TCP/IP port No and without installing as a service? Yes (simply run pg_ctl "manually" from the command line) Thomas -- Sent via pgsql-general mailing list (pgsql-general@postgresql.org) To make changes to your

Re: [GENERAL] Embedded Postgres

2010-04-21 Thread Tom Lane
Ognjen Blagojevic writes: > 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? No. regards, tom lane -- Sent via pgsql-general mailing list (pgsql-general@postgresql.org) To make

[GENERAL] Embedded Postgres

2010-04-21 Thread Ognjen Blagojevic
Hi, 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? -Ognjen -- Sent via pgsql-general mailing list (pgsql-general@postgr

Re: [GENERAL] Embedded postgres ?

2001-10-15 Thread Henning Follmann
On Wed, 10 Oct 2001 14:18:41 + (UTC), John P. Looney <[EMAIL PROTECTED]> wrote: > How well is postgres suited for small applications ? > > I don't know it's architecture too well, though even with a very small > database, it seems to use a huge number of files, which are all quite > large,