Re: Spanning tables - Mailing list pgsql-general

From Michael Fuhr
Subject Re: Spanning tables
Date
Msg-id 20041211035539.GB62930@winnie.fuhr.org
Whole thread Raw
In response to Spanning tables  (JM <jerome@gmanmi.tv>)
List pgsql-general
On Thu, Dec 09, 2004 at 01:07:43PM +0800, JM wrote:

>     Im wondering sooner or later my disk will be filled-up by postgres's data..
>
> Can anyone give some suggestion on how to deal with this.  In oracle you can
> just assign tables on a diff partition.

In PostgreSQL 8.0 you'll be able to use tablespaces.  For earlier
versions, see the "Alternative Locations" section of the "Managing
Databases" chapter in the documentation, as well as the documentation
for "initlocation" under "PostgreSQL Server Applications" and CREATE
DATABASE under "SQL Commands."

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

pgsql-general by date:

Previous
From: "Marc G. Fournier"
Date:
Subject: Re: any body able to access news.postgresql.org recently?
Next
From: Michael Fuhr
Date:
Subject: Re: Loading data from tab delimited file using COPY