I am new to PLPGSQL.
I am developing an application where the user will select an image and on submit plpgsql procedure will be called which will save the image on server.
Is there any way to convert BLOB data to image in plpgsql as the image is coming in BLOB format?