On Thu, Sep 27, 2012 at 7:49 PM, Maxim Boguk <maxim.bo...@gmail.com> wrote:
> Hi,
>
> One of my project extensively uses ip4r addon (
> http://pgfoundry.org/projects/ip4r/ ).
>
> However, after migration of test environment to 9.2 that addon doesn't
> install anymore without manual fixes.
> Trouble very simple:
> addon use the LANGUAGE 'C' IMMUTABLE STRICT;  syntax
> and now language names in PostgreSQL become case-sensitive.
>
> So need replace all these strings with  LANGUAGE 'c' IMMUTABLE STRICT;

I just got burned by this.  In my case, the pl/r extension failed to
load on 9.2. This is a pretty significant compatibility break IMO.
Why?

merlin


-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to