Re: Bug report - Mailing list pgsql-bugs

From Tom Lane
Subject Re: Bug report
Date
Msg-id 15724.1096671480@sss.pgh.pa.us
Whole thread Raw
In response to Bug report  (Andrew Grillet <andrew@grillet.co.uk>)
List pgsql-bugs
Andrew Grillet <andrew@grillet.co.uk> writes:
> Original bug I was trying to report is that 7.4.5 builds OK on Freebsd
> 4.10 and runs fine, but if you try "createlang" (eg to install plpgsql)
> it fails because of undefined symbol "downcase_truncate_identifier".

I think you are trying to load a 7.4 plpgsql into a 7.3 backend.

> It would be really nice if the manual .had an example of inserting a
> nested query:

The fourth example under Examples on the INSERT reference page seems to
respond to this ...

            regards, tom lane

pgsql-bugs by date:

Previous
From: "PostgreSQL Bugs List"
Date:
Subject: BUG #1275: Perda de velocidade na consulta com join.
Next
From: Bruce Momjian
Date:
Subject: Re: semicolon not required on END statement