Re: partitionning - Mailing list pgsql-general

From Thomas F.O'Connell
Subject Re: partitionning
Date
Msg-id 253549123edb8ff03cb7604841d3dd20@sitening.com
Whole thread Raw
In response to partitionning  ("FERREIRA William (COFRAMI)" <william.ferreira@airbus.com>)
List pgsql-general
Tablespaces are the closest thing. They were introduced in 8.0:

http://www.postgresql.org/docs/8.0/static/sql-createtablespace.html

-tfo

--
Thomas F. O'Connell
Co-Founder, Information Architect
Sitening, LLC
http://www.sitening.com/
110 30th Avenue North, Suite 6
Nashville, TN 37203-6320
615-260-0005

On Mar 9, 2005, at 10:31 AM, FERREIRA William (COFRAMI) wrote:

> hi
>  
> does the table partitionning exists under PostgreSQL ? or maybe an
> alternative exists ?
>  
> Oracle implements this system : it allows to spread rows on differents
> partitions depending on an attribute.
> For example, my application store xml documents in database, an the
> partitionning is used to spread the differents documents on differents
> partitions.
>  
> thanks


pgsql-general by date:

Previous
From: Csaba Nagy
Date:
Subject: Re: [JDBC] java is locked when select for update
Next
From: "Jim C. Nasby"
Date:
Subject: Re: PostgreSQL still for Linux only?