Re: stateful UDF?

From: Michael Fuhr <mike(at)fuhr(dot)org>
To: andrew <andrew(dot)ylzhou(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: stateful UDF?
Date: 2006-02-14 23:13:29
Message-ID: 20060214231329.GA87882@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, Feb 14, 2006 at 11:47:49PM +0100, andrew wrote:
> Can I implement a stateful UDF in C? i.e. storing the state of the
> previous run of the function and access them in the succeeding runs.
> Is it supported? How do I implement it? Thanks.

Do you need to maintain state across sessions or just within a
single session? What are you trying to do?

--
Michael Fuhr

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tham Shiming 2006-02-15 01:16:59 Re: Dropping a database that does not exist
Previous Message Marc Munro 2006-02-14 22:50:25 Re: altering objects owned by other user