Re: Postgres 9 silent installation on Windows

Поиск
Список
Период
Сортировка
От Vibhor Kumar
Тема Re: Postgres 9 silent installation on Windows
Дата
Msg-id 3830A318-0D5A-46B9-ABC0-0C9743278223@enterprisedb.com
обсуждение исходный текст
Ответ на Postgres 9 silent installation on Windows  (Kalai R <softlinne.kv@gmail.com>)
Ответы Re: Postgres 9 silent installation on Windows  (Kalai R <softlinne.kv@gmail.com>)
Список pgsql-general
On Mar 28, 2011, at 6:49 PM, Kalai R wrote:

> I need to install postgres 9 silently on Windows.
> Kindly give the parameters list for postgres 9.0.3


If you are using Source code to install PG9, then you can:
1. Download the source code
2. execute
  ./configure <with configure options>
  make
  make install

If you are using one-click installer by EnterpriseDB then you can use "unattended mode" of installer. Following is a
link:
http://www.enterprisedb.com/docs/en/8.4/instguide/Postgres_Plus_Advanced_Server_Installation_Guide-15.htm#P889_74430

Thanks & Regards,
Vibhor Kumar
EnterpriseDB Corporation
The Enterprise PostgreSQL Company
vibhor.kumar@enterprisedb.com
Blog:http://vibhork.blogspot.com


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

Предыдущее
От: Kalai R
Дата:
Сообщение: Postgres 9 silent installation on Windows
Следующее
От: "Rob Richardson"
Дата:
Сообщение: How do i calculate a finish time when the start time is ambiguous?