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

objective c - iPhone and it's wireless area -

unix - Listing all shared memory segments used by a process on AIX5.3+ -

.net - Self Tracking Entities (STE)'s and partial updates with EF4 and mVC2 -