Re: Using Postgres as a "embedded" / SQL Lite database on Windows

From: Thomas Kellerer <spam_eater(at)gmx(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Using Postgres as a "embedded" / SQL Lite database on Windows
Date: 2007-10-24 07:01:27
Message-ID: ffmqk8$m0s$2@ger.gmane.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Craig Hawkes, 24.10.2007 05:14:
> - running as a service
> What happens in the unlikely event that they already have a version of
> Postgres installed?

As far as I know you can happily install different versions in parallel.
You just need to make sure the service name is unique (e.g. by using
your application's name), that you initialize the PGDATA directory
somewhere that is app specific and finally make sure you are not using
the standard port for the communication.
I don't think an already installed Postgres would be "harmed" then.

Thomas

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Albe Laurenz 2007-10-24 07:05:33 Re: can't compile Pl/Java
Previous Message Christian Schröder 2007-10-24 06:49:04 Re: (Never?) Kill Postmaster?