Re: PARSER ERROR persists ....

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Frederick Klauschen <fklauschen(at)yahoo(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: PARSER ERROR persists ....
Date: 2001-09-27 16:25:50
Message-ID: 28743.1001607950@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Frederick Klauschen <fklauschen(at)yahoo(dot)com> writes:
> I have rebuilt and reinstalled Version 7.1.3,
> but still the same. No compilation or installation
> errors are reported and simple statements seem
> to work properly. In contrast to 7.0.3, the \d <table>
> command does not work because 'format_type(oid,int4)'
> does not exist, but this
> probably has nothing to do with my problem?

Actually, that's a red flag indicating that you did the wrong thing.
You may be running a 7.1.3 psql, but the server you are talking to
is not 7.1.*, but something older (try "select version()" to prove it).

regards, tom lane

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Tom Lane 2001-09-27 16:32:53 Re: A bug in triggers PG 7.1.3 or misunderstand ?
Previous Message Josh Berkus 2001-09-27 15:32:54 Re: A simple join question that may stump you