Re: PARSER ERROR persists .... - Mailing list pgsql-sql

From Tom Lane
Subject Re: PARSER ERROR persists ....
Date
Msg-id 28743.1001607950@sss.pgh.pa.us
Whole thread Raw
In response to PARSER ERROR persists ....  (Frederick Klauschen <fklauschen@yahoo.com>)
List pgsql-sql
Frederick Klauschen <fklauschen@yahoo.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


pgsql-sql by date:

Previous
From: Ludek Finstrle
Date:
Subject: LEFT OUTER JOIN problem
Next
From: Tom Lane
Date:
Subject: Re: A bug in triggers PG 7.1.3 or misunderstand ?