"Scott Marlowe" <scott(dot)marlowe(at)gmail(dot)com> writes:
> OK, I'm getting the above error on one of my fairly new 8.3 production
> databases. It happens when I run a query to see the size of my
> tables.
> SELECT pg_relation_size(c.relfilenode),
Pretty sure that should be c.oid.
regards, tom lane