Re: JDBC caching plpgsql function errors?

From: Paul Thomas <paul(at)tmsl(dot)demon(dot)co(dot)uk>
To: Jim Steinberger <steinberger(at)dynedge(dot)com>
Cc: "pgsql-general (at) postgresql (dot) org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: JDBC caching plpgsql function errors?
Date: 2004-04-30 18:00:58
Message-ID: 20040430190058.A19506@bacon
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


On 30/04/2004 17:34 Jim Steinberger wrote:
> [snip]
> Anyone have any ideas? I /think/ I worked around this same problem a few
> months ago by restarting the server, but clearly I shouldn't have to do
> that
> every time I modify a function.

Are you storing anything in session scope which might cause the function
to be cached?

--
Paul Thomas
+------------------------------+---------------------------------------------+
| Thomas Micro Systems Limited | Software Solutions for
Business |
| Computer Consultants |
http://www.thomas-micro-systems-ltd.co.uk |
+------------------------------+---------------------------------------------+

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Devrim GUNDUZ 2004-04-30 18:05:17 Re: Cannot open relation pg_cast_source_target_index
Previous Message Bruno Wolff III 2004-04-30 17:24:36 Re: Foreign Key ON DELETE CASCADE Performance