Re: Unit tests - Mailing list pgsql-jdbc

From Chris Smith
Subject Re: Unit tests
Date
Msg-id 01b201c3f27b$0952daf0$6f00000a@KYA
Whole thread Raw
In response to Re: Unit tests  (Kris Jurka <books@ejurka.com>)
Responses Re: Unit tests  (Kris Jurka <books@ejurka.com>)
List pgsql-jdbc
Kris Jurka wrote:
> 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>

Thanks!  I've attached a patch to add a note to the README to this effect.

--
www.designacourse.com
The Easiest Way to Train Anyone... Anywhere.

Chris Smith - Lead Software Developer/Technical Trainer
MindIQ Corporation

Attachment

pgsql-jdbc by date:

Previous
From: Barry Lind
Date:
Subject: Re: Startup message issues
Next
From: Kris Jurka
Date:
Subject: Re: Fw: PATCH (Re: Startup message issues)