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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: ERROR: Function 'format_type(oid, int4)' does not exist
Дата
Msg-id 5823.999544058@sss.pgh.pa.us
обсуждение исходный текст
Ответ на ERROR: Function 'format_type(oid, int4)' does not exist  ("Ben Udkow" <ben@udkow.com>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: nested SQL with SPI
Следующее
От: "Alex Knight"
Дата:
Сообщение: Re: [WAY OT] Re: PL/java?