Re: [HACKERS] creating a cluster

2004-06-23 Thread Alexander Cohen
On Jun 23, 2004, at 11:36 AM, Tom Lane wrote: David Garamond <[EMAIL PROTECTED]> writes: 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 w

Re: [HACKERS] creating a cluster

2004-06-23 Thread Tom Lane
David Garamond <[EMAIL PROTECTED]> writes: > 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 i

Re: [HACKERS] creating a cluster

2004-06-23 Thread Alexander Cohen
On Jun 23, 2004, at 10:18 AM, David Garamond wrote: 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? in

Re: [HACKERS] creating a cluster

2004-06-23 Thread David Garamond
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 d

Re: [HACKERS] creating a cluster

2004-06-21 Thread Tom Lane
Alexander Cohen <[EMAIL PROTECTED]> writes: > 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? Perhaps you should explain *why* you think you need this? regards

Re: [HACKERS] creating a cluster

2004-06-21 Thread Alvaro Herrera
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? -- A