Return-Path: postarch Received: by postgres.Berkeley.EDU (5.61/1.29) id AA26992; Thu, 5 Mar 92 10:28:40 -0800 Message-Id: <9203051828.AA26992@postgres.Berkeley.EDU> From: postarch (Postgres Mailing Archive) Subject: Re: define function To: postgres@postgres.berkeley.edu Sender: pg_adm@postgres.berkeley.edu Reply-To: mer@postgres.berkeley.edu In-Reply-To: Your message of "Tue, 03 Mar 92 15:13:19 PST." <9203032313.AA02383@postgres.Berkeley.EDU> Date: Thu, 05 Mar 92 10:28:31 PST you write: >I have a problem while using a user defined function. When I >write 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. Support for postquel functions isn't very complete. See the video and demo queries for examples of supported functionality. Jeff Meredith mer@postgres.berkeley.edu