i have a simple question: How would i go about sanitising my user input within my PLPGSQL function?
How is this generally done? I was not able to find detailed explanations. I want to defend myself against SQL injection.
I want to sanitise the search term. How would i do that? I read up on prepared statements, am not sure however, how to include them here. Help is appreciated!