I am a newbie to PostgreSQL.I added plpgsql to the database and wrote a function in the plpgsql language.How do I execute it?
I read all of the manuals but I cannot seem to figure it out.I pulled up the pgadmin III SQL and tried different combinations to run the function.I tried PERFORM and EXECUTE; no good.