Re: Table Partitioning - Mailing list pgsql-admin

From Thomas F.O'Connell
Subject Re: Table Partitioning
Date
Msg-id cb101ff5de3bebc918e791aad2f3aa32@sitening.com
Whole thread Raw
In response to Table Partitioning  (Ken Reid <Ken@homegain.com>)
List pgsql-admin
Ken,

Table partitioning doesn't really exist, to the best of my knowledge,
but tablespaces, which are new to 8.0, allow for partitioning of data
(individual tables, indexes) across multiple locations on disk.

See

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 3, 2005, at 3:56 PM, Ken Reid wrote:

> I am new to postgres and was wondering if table partitioning
> is supported in Postgres. And if so what version and where can
> I find documentation on it.
>
> - Thank You
>
> - Ken Reid


---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
      joining column's datatypes do not match


pgsql-admin by date:

Previous
From: Ricardo Valença de Assis
Date:
Subject: Slow Update
Next
From: Bruno Wolff III
Date:
Subject: Re: Slow Update