"Guy Rouillier" <guyr(at)masergy(dot)com> writes:
> Under Oracle, we use a partitioned
> tablespace for the busiest table, so that we can remove old partitions
> after an aging period. This one table is the majority of that 25 GB.
We don't have any direct support for that, but some people fake it by
using inheritance or views to make several independent tables look like
one big table. You can find discussions in the archives.
regards, tom lane