jdbc and postgresql function session question

From: Michael Moore <michaeljmoore(at)gmail(dot)com>
To: postgres list <pgsql-sql(at)postgresql(dot)org>
Subject: jdbc and postgresql function session question
Date: 2016-05-31 21:20:37
Message-ID: CACpWLjNyvDcn4J+2-PFDTOn11BrWJJG6VG65iYEv3oLED5tkyg@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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\

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Adrian Klaver 2016-05-31 22:01:04 Re: jdbc and postgresql function session question
Previous Message David G. Johnston 2016-05-31 17:28:39 Re: My "variable number of bind variables for dynamic SQL" solution. Comments?