Re: ERROR: Function 'format_type(oid, int4)' does not exist

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Ben Udkow" <ben(at)udkow(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: ERROR: Function 'format_type(oid, int4)' does not exist
Date: 2001-09-03 19:07:38
Message-ID: 5823.999544058@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message bpalmer 2001-09-03 19:13:25 Re: SHOW
Previous Message Fernando Schapachnik 2001-09-03 18:53:22 Re: SHOW