Re: [HACKERS] Re: Number of parameters in a sql function - Mailing list pgsql-hackers

From ZEUGSWETTER Andreas IZ5
Subject Re: [HACKERS] Re: Number of parameters in a sql function
Date
Msg-id 219F68D65015D011A8E000006F8590C60267B360@sdexcsrv1.f000.d0188.sd.spardat.at
Whole thread Raw
List 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 


pgsql-hackers by date:

Previous
From: Werachart Jantarataeme
Date:
Subject: How can I use UNION in VIEW/RULE?
Next
From: Oleg Broytmann
Date:
Subject: Re: [HACKERS] Problem with complex query