Re: [SQL] setof or array as input parameter to postgresql 8.2 functions

2007-06-14 Thread Manso Gomez, Ramon
How can delete my suscription to this forums? -Mensaje original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] En nombre de Jyoti Seth Enviado el: jueves, 14 de junio de 2007 8:04 Para: 'Pavel Stehule' CC: [EMAIL PROTECTED]; pgsql-sql@postgresql.org Asunto: Re: [SQL] setof or array as i

[SQL] how un-suscribe from this list

2007-01-07 Thread Manso Gomez, Ramon
I would like to unsuscribe from this list. I don´t know how to do it. Thanks --- Este correo electrónico y, en su caso, cualquier fichero anexo al mismo, contiene información de caráct

[SQL] dinamic sql

2006-08-29 Thread Manso Gomez, Ramon
HiI need to write a Postgres function which executes a cursor. Query of this cursor however is created on the basis of parameters passed by user.if(user_Input = 'a')l_query := l_query||a_from_clause ||'where ename in '||user_Inputelseif(user_Input = 'b')l_query := l_query||b_from_clause||'w