On Wed, 2005-08-17 at 13:40 -0700, Bill Moseley wrote:
> a course
> and class share so many columns. ...and
> I worry about changing a column type on one table and forgetting to
> change it on the other table.
Postgres types might help here. You could probably create a type that
contains the common columns, and then embed that type where you need it.