"Alejandro Michelin Salomon \( Adinet \)" <[EMAIL PROTECTED]> writes: > Can you help-me to create a function that acept any data type ?
Use ANYELEMENT, not ANY. Also I'd suggest making it a SQL function not a plpgsql function, so that it can be inlined. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend