Re: Problems to see the structure of a table

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Gabriel Fernandez <gabi(at)unica(dot)edu>
Cc: PostgreSQL-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: Problems to see the structure of a table
Date: 2001-12-17 17:19:31
Message-ID: 5564.1008609571@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Gabriel Fernandez <gabi(at)unica(dot)edu> writes:
> After having some problems with our database server (in the hardware not
> with postgres), when we execute '\d my_table' from psql it displays:
> ERROR: No such function 'format_type' with the specified attributes

Sounds to me like you are using a psql that is newer than your server.
Considerably newer, in fact, since format_type was added in 7.1 but
that error message hasn't been spelled that way since 6.5.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Momjian 2001-12-17 17:19:40 Re: Pl/Tcl problem
Previous Message Ian Harding 2001-12-17 16:51:29 Re: Pl/Tcl problem