Re: Unit tests

From: Kris Jurka <books(at)ejurka(dot)com>
To: Chris Smith <cdsmith(at)twu(dot)net>
Cc: <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Unit tests
Date: 2004-02-13 21:30:47
Message-ID: Pine.LNX.4.33.0402131629460.10404-100000@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

  • Unit tests at 2004-02-13 21:24:19 from Chris Smith

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Barry Lind 2004-02-13 21:42:14 Re: Startup message issues
Previous Message Chris Smith 2004-02-13 21:24:19 Unit tests