plpgsql - PostgreSQL - Language pgplsql does not exist despite running CREATE LANGUAGE -


I tried to create my first plpgsql function. When executing the script, I get

error: language "'plpgsql' 'does not exist

Then I create LANGUAGE plpgsql to launch command; which shows the following error:

Error: The language "plpgsql" already exists

The commands are running on the same database.

Relationship

Peter < /p>

Please note that your error has extra characters, most likely you have written:

  create a function ... language 'pl Pgsql ' 

sort mysql things like this Bad syntax is just do it

  Create function ... language plpgsql  

Comments

Popular posts from this blog

oracle - The fastest way to check if some records in a database table? -

php - multilevel menu with multilevel array -

jQuery UI: Datepicker month format -