Re: Problem with creating language by JDBC - Mailing list pgsql-jdbc

From Thomas Kellerer
Subject Re: Problem with creating language by JDBC
Date
Msg-id i02h43$b6m$1@dough.gmane.org
Whole thread Raw
In response to Re: Problem with creating language by JDBC  (MD <mingdeng2004@gmail.com>)
List 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 by date:

Previous
From: MD
Date:
Subject: Re: Problem with creating language by JDBC
Next
From: MD
Date:
Subject: Re: Problem with creating language by JDBC