Sla, > PS : why limitation to 8 patrameters in stored procedures ??????
What version of PostgreSQL are you using? The limit is 16 parameters for 7.1 and 7.2, raised to 32 parameters in 7.3 and after. Further, you can raise the limit yourself at compile-time, although I understand it incurrs a penalty in index efficiency. -- Josh Berkus Aglio Database Solutions San Francisco ---------------------------(end of broadcast)--------------------------- TIP 4: Don't 'kill -9' the postmaster
