Folks, \dt doesn't show any 2009 tables in the "mtt" Postgres database. Will the following commands (using 0-11) set us up for 2009?
$ server/sql/support/create-partitions-mpi-install.pl 2009 00 $ server/sql/support/create-partitions-mpi-install.pl 2009 01 $ server/sql/support/create-partitions-mpi-install.pl 2009 02 ... $ server/sql/support/create-partitions-test-build.pl 2009 00 $ server/sql/support/create-partitions-test-build.pl 2009 01 $ server/sql/support/create-partitions-test-build.pl 2009 02 ... $ server/sql/support/create-partitions-test-run.pl 2009 00 $ server/sql/support/create-partitions-test-run.pl 2009 01 $ server/sql/support/create-partitions-test-run.pl 2009 02 ... -Ethan