"function has no parameter $1" - help.

From: Michael Weaver <mweaver(at)corpusglobe(dot)com>
To: "Pgsql-Novice (pgsql-novice(at)postgresql(dot)org)" <pgsql-novice(at)postgresql(dot)org>, "'Pgsql-SQL (pgsql-sql(at)postgresql(dot)org)'" <pgsql-sql(at)postgresql(dot)org>
Subject: "function has no parameter $1" - help.
Date: 2003-02-07 08:10:29
Message-ID: 3B663B41B350D311AEEF00A0C9254563201A69@VISION1
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice pgsql-sql

I'm trying to create a trigger to enforce a constraint onto two possible
foreign tables
my function is defined as:

<-- snip -->
CREATE OR REPLACE FUNCTION
sp_check_tranitem_productid(tbl_tranitem.fld_tranitem_id%TYPE,
tbl_tranitem.fld_tranitem_type%TYPE) RETURNS
OPAQUE AS '
DECLARE
-------[Parameters]-------
pl_product_id ALIAS FOR $1;
pl_product_type ALIAS FOR $2;
<-- snip -->

but when I call the function I get the error:

function has no parameter $1

What is going wrong?

(I am using PostgreSQL 7.3.1)
,

Mike Weaver
Software Developer

5, 42 Ladner Street
O'Connor, WA, 6163
All correspondence:
PO Box Y3502
East St Georges Terrace
Perth WA 6832

P: (+618) 9331 2700
F: (+618) 9331 3733
M: 0403 385 181
W: http://www.corpusglobe.com/
E: mweaver(at)corpusglobe(dot)com

This email is intended only for the use of the individual or entity named
above and may contain information that is confidential. If you are not the
intended recipient, you are hereby notified that any dissemination,
distribution or copying of this email is strictly prohibited. When addressed
to our clients, any opinions or advice contained in this email are subject
to the terms and conditions expressed in the governing Corpus Globe client
engagement letter. If you have received this Email in error, please notify
us immediately by return email or telephone +61 8 9331 2700 and destroy the
original message. Thank You.

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Tom Lane 2003-02-07 14:51:08 Re: Database access problem : SOS
Previous Message Shridhar Daithankar 2003-02-07 06:55:39 Re: Database access problem : SOS

Browse pgsql-sql by date

  From Date Subject
Next Message betty 2003-02-07 08:26:36 update column with rowtype
Previous Message val 2003-02-07 08:04:00 which will be faster? w/ or w/o indices