Re: initlocation on windows

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: "conor(dot)mccarthy" <conor(dot)mccarthy(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: initlocation on windows
Date: 2008-02-28 16:42:31
Message-ID: 20080228164231.GH4764@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

conor.mccarthy escribió:
>
> I'm trying to use initlocation to create a database on a second hard disk
> using a windows installation of postgresql. I can't find this initlocation
> program anywhere. Is it possible to do on Windows? Can someone print me to a
> copy of initlocation or tell me what I'm doing wrong please.

initlocation hasn't existed since a few years. The current way to do
what you want is to use CREATE TABLESPACE:
http://www.postgresql.org/docs/current/interactive/sql-createtablespace.html

--
Alvaro Herrera http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Alvaro Herrera 2008-02-28 16:49:18 Re: "=" or ":=" ?
Previous Message BERTRAND Joël 2008-02-28 16:21:32 "=" or ":=" ?