Created
May 28, 2014 00:56
-
-
Save syadlowsky/2cf68013cc3102eaaf26 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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