From: | Bruce Momjian <bruce(at)momjian(dot)us> |
---|---|
To: | deadhead(at)goodfellow(dot)it |
Cc: | pgsql-bugs(at)postgresql(dot)org |
Subject: | Re: BUG #8869: ip4r93-1.05-3.rhel6 syntax error in ip4r.sql - LANGUAGE 'C' instead of LANGUAGE 'c' |
Date: | 2014-01-21 21:37:26 |
Message-ID: | 20140121213726.GA29396@momjian.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
On Sat, Jan 18, 2014 at 11:08:59PM +0000, deadhead(at)goodfellow(dot)it wrote:
> The following bug has been logged on the website:
>
> Bug reference: 8869
> Logged by: deadhead
> Email address: deadhead(at)goodfellow(dot)it
> PostgreSQL version: 9.3.2
> Operating system: rhel6
> Description:
>
> In the package ip4r93-1.05-3.rhel6.x86_64 there's a syntax error: the
> LANGUAGE is specified in CAPITAL letter and this cause the error:
>
> ERROR: language "C" does not exist
>
> when executing:
>
> $ psql -d nipap -f /usr/pgsql-9.3/share/contrib/ip4r.sql
>
> To fix it is enough to launch:
> $ sed -i -e "s/'C'/'c'/g" ip4r_.sql
We don't maintain ip4r; it is here:
http://pgfoundry.org/projects/ip4r
--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com
+ Everyone has their own god. +
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2014-01-21 21:46:09 | Re: BUG #8880: no indication of value when exceeded maximum length |
Previous Message | Mikhail Pryakhin | 2014-01-21 21:00:39 | Socket unexpectedly closed by a frontend while communicating with the backend |