http://www.postgresql.org/docs/8.4/static/ddl-partitioning.html
Is there a way to automatically extend table partitions? I'm curious if
/ when a table is getting full if there is a way for postgres to create
additional tables. Or is it all manual?
Thanks :D