java.sql.SQLException: ERROR:

Поиск
Список
Период
Сортировка
От Anthony Marino
Тема java.sql.SQLException: ERROR:
Дата
Msg-id A00F7FA158EED311AE9E0008C7563FD15409FF@NLINK_NT
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: "Mike Mascari"
Дата:
Сообщение: Re: Using index from sub-query
Следующее
От: Stephan Szabo
Дата:
Сообщение: Re: Quoting affects usage of indices on int8 columns...