I just tried to create my first plpgsql function. When executing the script, I get
ERROR: language "‘plpgsql’" does not exist
I then run the command CREATE LANGUAGE plpgsql; which shows the following error:
ERROR: language "plpgsql" already exists
Commands are being run on the same database.
Regards
Peter
use this command:
$: createlang -d dbname plpgsql
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With