java.sql.SQLException: ERROR: - Mailing list pgsql-general

From Anthony Marino
Subject java.sql.SQLException: ERROR:
Date
Msg-id A00F7FA158EED311AE9E0008C7563FD15409FF@NLINK_NT
Whole thread Raw
List pgsql-general
The following error message occurs during an installation of an application
which is building some tables.  This message seems to occur when the
application is trying to create a BLOB Write stored function.

"Unrecognized language specified in a CREATE FUNCTION: 'plpgsql'.
Recognized languages are sql, C, internal an the created procedural
languages."

When I run "createlang --pglib /opt/db/pgsql/lib --dbname mydb"  I'm
prompted for the language which I enter "C".  I then get an error saying
that only "plpsql", "pltcl" and "plperl" are supported.


I'm using the following;
    1) RH 6.2
    2) pgsql 7.0.1.2
    3) jdbc7.0-1.2.jar

I can't seem to figure this one out over that last 2 days. Can anyone help
please.

Thank you!

Anthony W. Marino
anthony@resoftinc.com



pgsql-general by date:

Previous
From: "Mike Mascari"
Date:
Subject: Re: Using index from sub-query
Next
From: Stephan Szabo
Date:
Subject: Re: Quoting affects usage of indices on int8 columns...