Re: Deploying app. using PostgreSQL

From: "Merlin Moncure" <mmoncure(at)gmail(dot)com>
To: RPK <rohitprakash123(at)indiatimes(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Deploying app. using PostgreSQL
Date: 2006-08-12 19:45:48
Message-ID: b42b73150608121245g1dde05aeo4b68e637a415b640@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 8/12/06, RPK <rohitprakash123(at)indiatimes(dot)com> wrote:
>
> I developed an app. using VB.NET 2003 and PostgreSQL 8.1.3. I want to deploy
> this app. at customer site. It is not sure that they are having an NTFS
> partition or not. Do we need to create an NTFS partition to install
> PostgreSQL?

iirc ntfs is required for at least one feature, tablespaces. the
installer may require it as well. in any case, you pretty much want
to do ntfs anyways.

> I also want to know whether there is a separate PostgreSQL client version
> that need to be installed at the client side, as with other database
> softwares like Oracle.

you only need the client side driver. this could be the npgsql driver
or the odbc driver in thats case. both can be installed via the
installer. all other modules including the server itself are not
required.

merlin

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Merlin Moncure 2006-08-12 19:48:38 Re: Migrating PostgreSQL database to MySQL/MS Access
Previous Message Bill Moran 2006-08-12 16:09:16 Re: Migrating PostgreSQL database to MySQL/MS Access