Re: Deploying app. using PostgreSQL

Поиск
Список
Период
Сортировка
От Merlin Moncure
Тема Re: Deploying app. using PostgreSQL
Дата
Msg-id b42b73150608121245g1dde05aeo4b68e637a415b640@mail.gmail.com
обсуждение исходный текст
Ответ на Deploying app. using PostgreSQL  (RPK <rohitprakash123@indiatimes.com>)
Ответы Re: Deploying app. using PostgreSQL  ("Jaime Casanova" <systemguards@gmail.com>)
Список pgsql-general
On 8/12/06, RPK <rohitprakash123@indiatimes.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

В списке pgsql-general по дате отправления:

Предыдущее
От: Bill Moran
Дата:
Сообщение: Re: Migrating PostgreSQL database to MySQL/MS Access
Следующее
От: "Merlin Moncure"
Дата:
Сообщение: Re: Migrating PostgreSQL database to MySQL/MS Access