Re: passing parameters by reference

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Sibtay Abbas <sibtay(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: passing parameters by reference
Date: 2005-02-11 17:18:40
Message-ID: 11804.1108142320@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Sibtay Abbas <sibtay(at)gmail(dot)com> writes:
> One of my tasks includes allowing plpgsql functions to pass parameters by
> reference.

What do you envision the context of this to be? You certainly can't
suppose that it's sane for
SELECT foo(col) FROM tab;
to modify the table column.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2005-02-11 18:29:54 Re: [GENERAL] WARNING: could not remove database directory
Previous Message Tom Lane 2005-02-11 17:15:37 Re: [GENERAL] WARNING: could not remove database directory