Re: parameters handling in postgresql functions

From: Richard Huxton <dev(at)archonet(dot)com>
To: Sibtay Abbas <sibtay(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: parameters handling in postgresql functions
Date: 2005-02-09 16:49:06
Message-ID: 420A3F02.6060103@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Sibtay Abbas wrote:
> hi all
> How are function parameters generally passed in postgresql.
>
> More specifically when we pass a variable to a plpgsql function is
> passed by value or by reference

By value. Always (as far as I know).

--
Richard Huxton
Archonet Ltd

In response to

Browse pgsql-general by date

  From Date Subject
Next Message John DeSoi 2005-02-09 16:55:49 Re: parameters handling in postgresql functions
Previous Message Thomas F.O'Connell 2005-02-09 16:45:15 Re: Postgresql and Macintosh