Re: PostgreSQL installation

Поиск
Список
Период
Сортировка
От Grzegorz Jaśkiewicz
Тема Re: PostgreSQL installation
Дата
Msg-id 2f4958ff0812150459n78008da5hb1a3093602b0fe7f@mail.gmail.com
обсуждение исходный текст
Ответ на PostgreSQL installation  ("Shahbaz A. Tyagi" <shahbaz.tyagi@sphere.ae>)
Ответы Re: PostgreSQL installation
Re: PostgreSQL installation
Список pgsql-general
On Mon, Dec 15, 2008 at 12:36 PM, Shahbaz A. Tyagi
<shahbaz.tyagi@sphere.ae> wrote:
>
>
> Hi,
>
>
>
> How can we make PostgreSQL db up and running with out using installer i.e.
> we want to build the db internally and ship the db along with our
> application and let our application run the DB. We don't want to include the
> PostgreSQL installer along with our installer and create the db while
> installing.


install binaries,
create user that's going to run postgresql
create data directory
set PGDATA and PGPORT for that user
run initdb
adjust config file's acordingly
start postgres
create users, and dbs
and you're pretty much done.


--
GJ

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

Предыдущее
От: "Shahbaz A. Tyagi"
Дата:
Сообщение: PostgreSQL installation
Следующее
От: "Grzegorz Jaśkiewicz"
Дата:
Сообщение: Re: PostgreSQL installation