Re: Problem with creating language by JDBC

Поиск
Список
Период
Сортировка
От Thomas Kellerer
Тема Re: Problem with creating language by JDBC
Дата
Msg-id i02h43$b6m$1@dough.gmane.org
обсуждение исходный текст
Ответ на Re: Problem with creating language by JDBC  (MD <mingdeng2004@gmail.com>)
Список pgsql-jdbc
>> Class.forName("org.postgresql.Driver");
>> con = DriverManager.getConnection("jdbc:postgresql://localhost/postgres", "postgres", "postgres");
>> stmt = con.createStatement();
>> stmt.executeUpdate("CREATE TRUSTED PROCEDURAL LANGUAGE 'plpgsql' HANDLER plpgsql_call_handler");
>>
>> I think it is not related to the way you run this from Java, but something else, and the "I/O error" seems to
indicatethat. 
>>
>> Regards
>> Thomas
>
> Hi Thomas,
>
> Thanks for your investigation. What are the version of Postgres and
> JDBC you are using?
>

Postgres: 8.4.2
JDBC Driver: 8.4 JDBC4 (build 701)

Regards
Thomas

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: MD
Дата:
Сообщение: Re: Problem with creating language by JDBC
Следующее
От: MD
Дата:
Сообщение: Re: Problem with creating language by JDBC