Re: creating a cluster - Mailing list pgsql-hackers

From David Garamond
Subject Re: creating a cluster
Date
Msg-id 40D99144.2080606@zara.6.isreserved.com
Whole thread Raw
In response to Re: creating a cluster  (Alvaro Herrera <alvherre@dcc.uchile.cl>)
Responses Re: creating a cluster
Re: creating a cluster
List pgsql-hackers
Alvaro Herrera wrote:
> On Mon, Jun 21, 2004 at 09:16:35PM -0400, Alexander Cohen wrote:
> 
>>Does anyone have any new ways to create clusters without using initdb 
>>or bootstrap mode? I need to be able to create one without those 2 
>>things. Any ideas?
> 
> 
> initdb'ing somewhere else and copying the resulting directory?

Btw, I've been doing this for a binary distribution on Windows (Cygwin) 
and Linux. Primarily because initdb-ing + doing a bunch of SQL commands 
to the db takes a long time on Cygwin. Seems fine so far.

-- 
dave


pgsql-hackers by date:

Previous
From: Ferruccio Zamuner
Date:
Subject: Weird NOT IN condition in SELECT (PostgreSQL 7.4.3 and 7.4.2 tested)
Next
From: Alexander Cohen
Date:
Subject: Re: creating a cluster