Re: Unit tests - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: Unit tests
Date
Msg-id Pine.LNX.4.33.0402131629460.10404-100000@leary.csoft.net
Whole thread Raw
In response to Unit tests  ("Chris Smith" <cdsmith@twu.net>)
List pgsql-jdbc

On Fri, 13 Feb 2004, Chris Smith wrote:

>     Testcase: testBadStmt(org.postgresql.test.jdbc2.CallableStmtTest): Caused
> an ERROR
>         ERROR: language "plpgsql" does not exist
>
> and similar errors for 4 other test cases in that file.  Do I need to do
> something special to enable plpgsql stored procedures in the backend?
>

Yes run the createlang script.

createlang plpgsql <dbname>

Kris Jurka


pgsql-jdbc by date:

Previous
From: "Chris Smith"
Date:
Subject: Unit tests
Next
From: Barry Lind
Date:
Subject: Re: Startup message issues