Re: ERROR: Function 'format_type(oid, int4)' does not exist - Mailing list pgsql-general

From Tom Lane
Subject Re: ERROR: Function 'format_type(oid, int4)' does not exist
Date
Msg-id 5823.999544058@sss.pgh.pa.us
Whole thread Raw
In response to ERROR: Function 'format_type(oid, int4)' does not exist  ("Ben Udkow" <ben@udkow.com>)
List pgsql-general
"Ben Udkow" <ben@udkow.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

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: nested SQL with SPI
Next
From: "Alex Knight"
Date:
Subject: Re: [WAY OT] Re: PL/java?