While reading http://www.postgresql.org/docs/8.3/interactive/sql-cluster.html I discovered that tables can have a fill factor. However, the create table page doesn't mention what the default is.
In the create index page it mentions the default for indexes is 90%. Is
tables simmilar/same?