Skip to content

Instantly share code, notes, and snippets.

@syadlowsky
Created May 28, 2014 00:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save syadlowsky/2cf68013cc3102eaaf26 to your computer and use it in GitHub Desktop.
Save syadlowsky/2cf68013cc3102eaaf26 to your computer and use it in GitHub Desktop.
postgres=# CREATE LANGUAGE plpythonu;
ERROR: language "plpythonu" already exists
postgres=# \q
postgres@xxxxxx:/home/ubuntu/xxxxxxx/django_utils$ psql geodjango -f voronoi_python.sql
psql:voronoi_python.sql:826: ERROR: language "plpythonu" does not exist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment