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