Re: context in plpgsql functions

From: Ian Barwick <barwick(at)gmx(dot)net>
To: Gianni Mariani <gianni(at)mariani(dot)ws>, pgsql-general(at)postgresql(dot)org
Subject: Re: context in plpgsql functions
Date: 2003-05-16 21:30:00
Message-ID: 200305162330.00815.barwick@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Friday 16 May 2003 20:46, Gianni Mariani wrote:
> I've been using PostgreSQL 7.3.2.
>
> What, if any, way is there to share a context (global rowtype variable)
> between plpgsql functions ?

If you mean something like Oracle's PL/SQL packages, which can
contain package global variables, then unfortunately not.

Ian Barwick
barwick(at)gmx(dot)net

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ron Johnson 2003-05-16 22:29:05 Re: realtime data inserts
Previous Message Network Administrator 2003-05-16 20:56:17 Re: MSSQL -> PostgreSQL