Re: Table PARTITION - Mailing list pgsql-sql

From Richard Huxton
Subject Re: Table PARTITION
Date
Msg-id 42552875.6040203@archonet.com
Whole thread Raw
In response to Table PARTITION  ("Dinesh Pandey" <dpandey@secf.com>)
List pgsql-sql
Dinesh Pandey wrote:
>  
> Hi Richard,
> 
> I am using postgres 8.0.1. It allows us to create TABLESPACE but I don't
> know how to create PARTITION in postgres.
> 
> Can you pls tell me little more.

You can't I'm afraid. You can use inheritance / a view unioning tables 
to do something similar though. Check the mailing-list archives for 
notes on these.

--   Richard Huxton  Archonet Ltd


pgsql-sql by date:

Previous
From: Christoph Haller
Date:
Subject: Re: TIMESTAMP / summertime
Next
From: Richard Huxton
Date:
Subject: Re: Table PARTITION