On 10/9/07, Enrico <scotty@xxxxxxxxxxxx> wrote: > Hi all, > Is it possible to partition a large table in differtent disks? > > For example > > names from A to K in one disk and from L to Z in another. Yep. Just create file systems belonging to the postgres super user, create tablespaces on those file systems, and then create your inherited tables on those tablespaces as appropriate. ---------------------------(end of broadcast)--------------------------- TIP 5: don't forget to increase your free space map settings