Return-Path: pg_adm@postgres.berkeley.edu Received: by postgres.Berkeley.EDU (5.61/1.29) id AA02383; Tue, 3 Mar 92 15:13:19 -0800 Date: Tue, 3 Mar 92 15:13:19 -0800 Message-Id: <9203032313.AA02383@postgres.Berkeley.EDU> From: ramesh Subject: define function To: postgres@postgres.berkeley.edu Sender: pg_adm@postgres.berkeley.edu To: Postgres Users Hi Postgres users, I have a problem while using a user defined function. When I w rite function high_pay as given in manaual, I get WARN : no zero argument postquel function and When I run the function large_pay, I get NOTICE : RelationBuildDesc (relationname int4) non existent WARN : heapopener on int4 failed. I tried using the syntax given in Comm magz of ACM, but that doesn't seem to work too. Can anyone write the exact syntax for user defined function on the network. Thanks in advance, Ramesh Shetty.