jdbc and postgresql function session question - Mailing list pgsql-sql

From Michael Moore
Subject jdbc and postgresql function session question
Date
Msg-id CACpWLjNyvDcn4J+2-PFDTOn11BrWJJG6VG65iYEv3oLED5tkyg@mail.gmail.com
Whole thread Raw
Responses Re: jdbc and postgresql function session question
List pgsql-sql
When the postgres jdbc driver calls a postgres function, does it get a new session every time? If I create a PREPARED statement on the first call, will it still be available on the 2nd call? If not, is there any way I could get the prepared statement to be used on successive calls?
TIA,
Mike\

pgsql-sql by date:

Previous
From: "David G. Johnston"
Date:
Subject: Re: My "variable number of bind variables for dynamic SQL" solution. Comments?
Next
From: Adrian Klaver
Date:
Subject: Re: jdbc and postgresql function session question