"Ben Udkow" <ben(at)udkow(dot)com> writes:
> I am converting my PostgreSQL data    base to 7.1.2.  I dumped my database
> out of the old server, then dumped it into the new one.  Everything takes
> okay, but my Indexes are not working.  When I do a "\d" it lists the Name,
> Type, and Owner, but when I try and do a \d on a specific table, I get this
> error:
> customer=# \d pods
> ERROR:  Function 'format_type(oid, int4)' does not exist
It looks to me like you are running a 7.1 psql application against a
pre-7.1 backend.
			regards, tom lane