Re: Create Database automatacally after silent installation of postgresql. ?

From: Thomas Kellerer <spam_eater(at)gmx(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Create Database automatacally after silent installation of postgresql. ?
Date: 2011-04-27 13:08:19
Message-ID: ip94fu$hmf$1@dough.gmane.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

hirenlad, 27.04.2011 09:47:
> Hiii
> Hey i m using postgresql 8.4. now i m install postgresql8.4 silently
> and it work properly, no issue during this process. Now problem is i want to
> create one database automatically after install postgresql 8.4.
>
> Can u plz inform me is it possible ? and if it is possible then how ?
>

Simply run initdb after your installation is finished.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Thomas Harold 2011-04-27 13:16:36 PHP and PostgreSQL 9.0, pg_connect fails to connect
Previous Message Adrian Schreyer 2011-04-27 11:02:36 Best way to construct PostgreSQL ArrayType (_int4) from C int array