Tom Lane wrote:
> Vacuum doesn't vacuum functions (AFAIK). It does, however, use the type
> information about columns of tables that it's vacuuming --- at least it
> does in vacuum analyze mode, not sure about plain vacuum. That's why
> I'm suspicious that you have somewhere a forgotten table that has a
> column of circle type...
Nope. I'm absolutely, positively, 100% sure that no table uses the type
'circle'. However, we're going to name the table 'circles' instead and
re-build the database by dumping, destroying, re-creating, and dumping back
in. IT just makes the most sense.
Thanks for the help.
-Tony