Re: initlocation on 8.0+

From: Scott Marlowe <smarlowe(at)g2switchworks(dot)com>
To: Nitin Verma <nitinverma(at)azulsystems(dot)com>
Cc: pgsql general <pgsql-general(at)postgresql(dot)org>
Subject: Re: initlocation on 8.0+
Date: 2006-06-26 15:44:04
Message-ID: 1151336643.4215.39.camel@state.g2switchworks.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, 2006-06-26 at 10:31, Nitin Verma wrote:
> Hi All,
>
> I am using initlocation utility to have two separate PGDATAs, that can then
> host different databases. In my case I only have one on each and I am using
> version 7.3.2.
>
> But I am not able to find this utility on 8.1.0, is there an alternative
> utility to this or this feature is no more supported.

Locations was a useful little hack to use as an interim until table
spaces got implemented.

Look for table spaces in the docs, that's what you want now. They're
much less error prone, in general, than were locations.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Alban Hertroys 2006-06-26 15:44:57 Re: Return the primary key of a newly inserted row?
Previous Message Scott Ribe 2006-06-26 15:37:52 Re: Return the primary key of a newly inserted row?