Re: [HACKERS] Re: Number of parameters in a sql function

From: ZEUGSWETTER Andreas IZ5 <Andreas(dot)Zeugswetter(at)telecom(dot)at>
To: PostgreSQL-development <hackers(at)postgreSQL(dot)org>
Subject: Re: [HACKERS] Re: Number of parameters in a sql function
Date: 1999-05-10 09:46:48
Message-ID: 219F68D65015D011A8E000006F8590C60267B360@sdexcsrv1.f000.d0188.sd.spardat.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


> Offhand the obvious try doesn't crash it:
>
> regression=> select foo(1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18);
> ERROR: No such function 'foo' with the specified attributes
>
SQL functions do allow more than 8 parameters.

Andreas

Browse pgsql-hackers by date

  From Date Subject
Next Message Oleg Broytmann 1999-05-10 10:34:27 Re: [HACKERS] Problem with complex query
Previous Message Werachart Jantarataeme 1999-05-10 08:51:16 How can I use UNION in VIEW/RULE?